0
I was doing a local project and always ran it with php artisan serve
and everything was going perfectly now that I am going up the project to a machine of the digitalocean I am having problems with the routes is happening the following error:
it seems to me that the view is not being found, I am using an apache2 server with virtualhost pointing to the public folder of the project and so far it is okay because it falls in Welcome.blade.php quietly but the other view that are in other directories are not being found.
Would it be a directory targeting problem? or some configuration.
yes but I do not use linux I use mac but however I know that both are based on Unix, but in case your answer is partially right, however the question is that the built-in server of Laravel recognizes this but apache does not recognize.
– André Martins