I was doing a local project and it always ran with php artisan serve
and everything was fine now that I'm uploading the project to a digitalocean machine I'm having problems with the routes the following error is happening:
I think 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 so good because it drops in welcome.blade.php quietly but the other view that are in others directories are not being found.
Would it be a problem with directing directories? or some laravel configuration.