Error 500 when uploading Laravel project to server
Make sure you run a composer install on the server.
Make sure you have composer
in your server.If not, please use
$ curl -sS https://getcomposer.org/installer | php — –filename=composer
Then
$ php composer install
$ php composer dumpautoload -o
$ php artisan config:cache
$ php artisan route:cache
For more details, use this site, which was suggested by @mfadel