Support the ongoing development of Laravel.io →
Installation Configuration
Last updated 2 years ago.
0

Did you upload your entire vendor dir?

Last updated 2 years ago.
0

Take a look at this here

Also, did you do a

php composer.phar update

Make sure you delete the composer.lock file first, then update composer, upload to your server and see what happens.

Last updated 2 years ago.
0

barryvdh said:

Did you upload your entire vendor dir?

Yes.

Last updated 2 years ago.
0

Well you seem to be missing some files. Maybe run composer dump-autoload or indeed just composer install

Last updated 2 years ago.
0

swgj19 said:

Take a look at this here

Also, did you do a

php composer.phar update

Make sure you delete the composer.lock file first, then update composer, upload to your server and see what happens.

I do it. Now I have this error: Fatal error: Interface 'Symfony\Component\HttpKernel\HttpKernelInterface' not found in /web/htdocs/www.liguria-eventi.it/home/vendor/laravel/framework/src/Illuminate/Foundation/Application.php on line 23

I noticed in the vendor folder that all subfolders are like this

 symfony\component\httpkernel\

and not

Symfony\Component\HttpKernel
Last updated 2 years ago.
0

Solved.

I had to download a new lavarel-master form github.

Now all subfolder in vendor are like:

Symfony\Component\HttpKernel
Last updated 2 years ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

gnardella gnardella Joined 27 Apr 2014

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.