-
-
Notifications
You must be signed in to change notification settings - Fork 816
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
Comments
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. |
After changing namespace of your application, are you updating your namespaces in |
Doesn't work! @mitulgolakiya does not find the file: |
@3runoDesign ok, will fix it. |
resolved in latest version. |
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.
When you change the application name using
php artisan app:name
, occurs exception. Because it can not find the controller.The text was updated successfully, but these errors were encountered: