I did some things to test Laravel, I did everything in my localhost with Xampp and Composer, now I need to upload to DreamHost and I'm not getting it, when I try to access the project on DreamHost I get a 500 error code, upload it all the project, including the folder "vendor"
, to upload to DreamHost, I only changed the file ".env"
by changing the following fields:
APP_URL=http://localhost
DB_HOST=localhost
DB_PORT=3306
DB_DATABASE=laravel
DB_USERNAME=root
DB_PASSWORD=
I've changed the above fields with DreamHost data.
Can you help me? What other changes do I have to make? Remembering that I am accessing the project in the DreamHost url plus the "public/"
folder, example: "http://projetolaravel.com.br/public/"
, and getting the error 500