Based on the assumption that we are on a linux server we have the following senary.
the document root pointed to
<VirtualHost *:80>
ServerAdmin [email protected]
DocumentRoot /var/www/html/laravel/public
ServerName site.com.br
hence we have a problematic because the framework can not find the routes defined in the routes.php file I think this is due to document root being pointing to the public folder hence from there it does not find the routes www.site.com/rota someone I would have a solution for that, if that's even a problem.