我在laravel版本5.4中有错误,我正确地遵循安装过程,在运行服务器并输入localhost:8000时会显示以下错误。
ErrorException in EventServiceProvider.php line 8:
Declaration of App\Providers\EventServiceProvider::boot(Illuminate\Contracts\Events\Dispatcher $events) should be compatible with Illuminate\Foundation\Support\Providers\EventServiceProvider::boot()
对于安装,我正在执行命令:
composer create-project laravel/laravel blog
安装完成没有问题,但是在启动服务器并进入导航器时,它会在测量之前显示错误
php artisan serve
请你的帮助。感谢