Created
December 2, 2019 23:58
-
-
Save facilita-tecnologia/67f0cc074b39a20b4bed5b0f2befe050 to your computer and use it in GitHub Desktop.
Resolver erro 404 no laravel 5.8
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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