0
I did some things to test Laravel, I did everything on my localhost with Xampp and Composer, now I need to go up to Dreamhost and I’m not getting it, when I try to access the project on Dreamhost I get an error code 500, I went up the whole project, including the folder "vendor"
, to go up to Dreamhost I just changed the file ".env"
changing the following fields:
APP_URL=http://localhost
DB_HOST=localhost
DB_PORT=3306
DB_DATABASE=laravel
DB_USERNAME=root
DB_PASSWORD=
I changed the above fields with the Dreamhost data.
Can you help me ? What other modifications do I have to make? Remembering that I am accessing the project at the Dreamhost url plus the folder "public/"
, example: "http://projetolaravel.com.br/public/"
, and receiving error 500