Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error - Naming the application #98

Closed
3runoDesign opened this issue Mar 31, 2016 · 5 comments
Closed

Error - Naming the application #98

3runoDesign opened this issue Mar 31, 2016 · 5 comments
Assignees
Labels
Milestone

Comments

@3runoDesign
Copy link

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

@vesper8
Copy link
Contributor

vesper8 commented Apr 1, 2016

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
Copy link
Member

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
Copy link
Author

@mitulgolakiya mitulgolakiya added this to the 0.1 milestone Apr 3, 2016
@mitulgolakiya
Copy link
Member

@3runoDesign ok, will fix it.

@mitulgolakiya
Copy link
Member

resolved in latest version.

danhunsaker added a commit to danhunsaker/laravel-generator that referenced this issue Apr 25, 2016
It looks like, when fixing issue InfyOmLabs#98, the PublishTemplateCommand was relocated, but the committer missed the use of `__DIR__` in the file, and didn't update the path to account for the additional directory depth, so `php artisan infyom.publish:templates` was only creating empty directories instead of actually publishing anything.  This commit fixes that.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants