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 Jan 11, 2019. It is now read-only.
then it works, so I have a workaround, but this means changing all my routes to include the namespace and then presumably fixing them after running the command.
The text was updated successfully, but these errors were encountered:
It seems that the command does not work correctly if I have a group with a namespace. For example:
This throws the error:
However, it should be looking at
App\Http\Controllers\Acme\AbcController
, which does exist. If I change my routes to:then it works, so I have a workaround, but this means changing all my routes to include the namespace and then presumably fixing them after running the command.
The text was updated successfully, but these errors were encountered: