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
I just downloaded the package using composer, then configured the config/app.php file, setting up the providers and aliases arrays, then after running : php artisan vendor:publish
I got this error message :
[ErrorException]
Declaration of Amsgames\LaravelShop\LaravelShopProvider::boot() should be compatible with Illuminate\Foundation\Sup
port\Providers\RouteServiceProvider::boot()
Screenshot :
FYI, I'm using laravel 5.3
Did I miss anything?
The text was updated successfully, but these errors were encountered:
[ErrorException]
Declaration of Amsgames\LaravelShop\LaravelShopProvider::boot(Illuminate\Ro
uting\Router $router) should be compatible with Illuminate\Foundation\Suppo
rt\Providers\RouteServiceProvider::boot()
I have AppServiceProvider , AuthServiceProvider , BroadcastServiceProvider , EventServiceProvider , RouteServiceProvider
and used
$this->publishes([
DIR . '/Config/config.php' => config_path('shop.php'),
]);
$this->commands('command.laravel-shop.migration');
code in AppServiceProvider in boot() method but nothing happend same error again .
I just downloaded the package using composer, then configured the config/app.php file, setting up the providers and aliases arrays, then after running :
php artisan vendor:publish
I got this error message :
Screenshot :
FYI, I'm using laravel 5.3
Did I miss anything?
The text was updated successfully, but these errors were encountered: