I created a website on a machine and everything works fine.
I copied the folder to another computer, installed Composer, typed the commands composer update
, php artisan migrate
and php artisan app:name farmacia
. But when I access, I get the error
NotFoundHttpException
Sorry, the page you are looking for could not be found.
But if I access the direct link localhost/farmacia/public/municipios
it hits good.
What can it be?