Search code examples
laravellocalhosturl-routing

Clone Laravel Proyect


i try to copy laravel proyect (server to localhost) but the proyect don't have any documentation. i copy the proyect in new laravel proyect and work i think, becouse it show the login, but when i try to get in i get this error

enter image description here

the url is diferent because in the login show this

http://localhost/cresi/laravel/public_html/transacciones/

in the server doesn't exist the folder webservices, i think is internal url but i don't know how check this.

thanks for your advises

regards


Solution

  • You need to update the .env file values to make it work on your machine. Most likely the APP_URL is wrong in there.

    You can learn more about what is going wrong by looking at the doc at https://laravel.com/docs/7.x/installation