Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save facilita-tecnologia/67f0cc074b39a20b4bed5b0f2befe050 to your computer and use it in GitHub Desktop.
Save facilita-tecnologia/67f0cc074b39a20b4bed5b0f2befe050 to your computer and use it in GitHub Desktop.
Resolver erro 404 no laravel 5.8
mcedit /etc/apache2/apache2.conf
DocumentRoot "/var/www/html/laravel/public/"
<Directory "/var/www/html/laravel/public">
Allowoverride All mudar para all
</Directory>
salvar e reiniciar o serviço
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment