manuakasam/SamUser

Better documentation

Closed this issue · 2 comments

Could you please provide a better documentation?

1.) Do i have to load ZfcBaseand ZfcUser or should only SamUser be loaded?
2.) How to enable the default-routes provided by ZfcUser?

Hello, first of all thanks for the interest in this at all :) I will certainly work more on this very soon (maybe this weekend), until then i can only ask you to follow my blog entry regarding this Module: http://samminds.com/2013/03/zfcuser-bjyauthorize-and-doctrine-working-together/

You need ZfcBase, ZfcUser, ZfcUserDoctrineORM enabled, as well as DoctrineORMModule. SamUser should be loaded after those! The default routes from ZfcUser will be used at all times.

Hey, better late then never :)

I've just updated the readme a little bit to better reflect what this module actually is. Furthermore i've declared the required load order of the Modules.

I hope this makes usage of this little module a little more clear ;)