InfyOmLabs / laravel-generator

API and Admin Panel CRUD Generator for Laravel.
https://www.infyom.com/open-source
MIT License
3.79k stars 813 forks source link

Error - Naming the application #98

Closed 3runoDesign closed 8 years ago

3runoDesign commented 8 years ago

When you change the application name using php artisan app:name, occurs exception. Because it can not find the controller.

vesper8 commented 8 years ago

yea this bug is ooooold.. I reported it like 6 months ago on the previous project. I hope it will be fixed along with #70 as it is kind of related.

mitulgolakiya commented 8 years ago

After changing namespace of your application, are you updating your namespaces in config/infyom/laravel_config.php ? It's documented over here: http://labs.infyom.com/laravelgenerator/docs/advanced/config-file#namespaces

3runoDesign commented 8 years ago

Doesn't work! @mitulgolakiya does not find the file: https://github.com/InfyOmLabs/laravel-generator/blob/master/src/Controller/AppBaseController.php#L5

mitulgolakiya commented 8 years ago

@3runoDesign ok, will fix it.

mitulgolakiya commented 8 years ago

resolved in latest version.