You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 9, 2022. It is now read-only.
Using the dev-master (tried using the @dev as well) I am still running into many cases where I have had to manually change the namespace since I am using a custom namespace different than "App". Specifically, the requests are being generated with 'App/Http/Requests' even though I have set the correct namespace in the generator.php config file under 'namespace_request' so it is being ignored.
The base controller is also having the same issue as what I initially opened this issue about.
On a side note, it appears that the path_views from the generator.php is also being ignored. I tried having my views generated in a subfolder of resources/views/API/ and getting the error InvalidArgumentException in FileViewFinder.php line 137:
View [networks.index] not found.
but it works fine if I leave it to the default
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
You had fixed this apparently but now the problem is back.
#29
Using the dev-master (tried using the @dev as well) I am still running into many cases where I have had to manually change the namespace since I am using a custom namespace different than "App". Specifically, the requests are being generated with 'App/Http/Requests' even though I have set the correct namespace in the generator.php config file under 'namespace_request' so it is being ignored.
The base controller is also having the same issue as what I initially opened this issue about.
On a side note, it appears that the path_views from the generator.php is also being ignored. I tried having my views generated in a subfolder of resources/views/API/ and getting the error InvalidArgumentException in FileViewFinder.php line 137:
View [networks.index] not found.
but it works fine if I leave it to the default
The text was updated successfully, but these errors were encountered: