0
votes

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

PHP Fatal error: Trait 'Illuminate\Database\Eloquent\Concerns\HasEvents' 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.

1
have you ran composer install on the live server?ksealey
yes , all files working fine in local filejohn henry

1 Answers

0
votes

Have you run the composer dump-autoload