jason-guru / laravel-make-repository

A simple package for adding make:repository command to Laravel 5 and above
Other
59 stars 32 forks source link

Documentation Tweak #1

Open brownpl opened 4 years ago

brownpl commented 4 years ago

Thanks for this little plugin. One note I thought I'd pass on: I added it to my dev dependencies but since the generated repositories rely on your base repository class, I needed to move it out of the dev dependencies otherwise my production environment didn't have it to resolve the reference. Perhaps consider allowing users to publish the base repository?

jason-guru commented 4 years ago

@brownpl I will look into it, sorry for the delayed response.