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
Laravel 5.6.32
I've walked through the entire process.
I was assuming that php artisan mercurius:install
Would automatically set everything to work in an existing project. That was not the case for me.
The routes 'namespace' => '\Launcher\Mercurius\Http\Controllers', caused an error for me as it was using my current app name space as the base so it would add this to App\Controllers\Launcher... etc.. I had to copy the files over to the controllers folder and reset the namespace. Now I'm getting this error:
Laravel 5.6.32
I've walked through the entire process.
I was assuming that
php artisan mercurius:install
Would automatically set everything to work in an existing project. That was not the case for me.
The routes
'namespace' => '\Launcher\Mercurius\Http\Controllers',
caused an error for me as it was using my current app name space as the base so it would add this to App\Controllers\Launcher... etc.. I had to copy the files over to the controllers folder and reset the namespace. Now I'm getting this error:Any ideas what's going on with it?
The text was updated successfully, but these errors were encountered: