Skip to content
Advertisement

PHP Fatal error: Trait ‘IlluminateDatabaseEloquentConcernsHasEvents’ not found

I am trying to upload files to a live server, but I am getting this error.

PHP Fatal error: Trait ‘IlluminateDatabaseEloquentConcernsHasEvents’ not found in /home/mysite/public_html/myapp/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php on line 25

I am using Laravel 5.4.

Advertisement

Answer

Have you run the composer dump-autoload

User contributions licensed under: CC BY-SA
10 People found this is helpful
Advertisement