Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

johnhenry2525's avatar

PHP Fatal error: Trait 'Illuminate\Database\Eloquent\Concerns\HasEvents' not found

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 trying to upload files live server . i am getting this error how to resolve

0 likes
2 replies
lostdreamer_nl's avatar
Level 53

Have you uploaded everything within the vendor folder?

If you have ssh access to the server, go in there and use the following commands:

cd /home/mysite/public_html/myapp
composer install

If not, try to re-upload the whole vendor folder.

It seems that not everything has been uploaded.

Please or to participate in this conversation.