kEpEx / laravel-crud-generator

php artisan command to generate fully working crud with grid paginated server side only by having database tables
MIT License
98 stars 44 forks source link

Assumes "App" as the application name #6

Closed ghost closed 8 years ago

ghost commented 8 years ago

If you rename the app to something else the resulting controller has the wrong namespace.

Suggest using Illuminate\Console\AppNamespaceDetectorTrait->getAppNamespace() instead of hard coding App.

kEpEx commented 8 years ago

Thanks for the tip peter, it was on my plans, I will try to implement it soon

kEpEx commented 8 years ago

Fixed on v0.1.6