Symfony 4 on laragon
-
Hello,
I am new with laragon.
I created a symfony project by comand line (the latest version) then I modified the hosts file to add this line:
127.0.0.1 tuto-symfony.local #laragon magic!-
When I runned http://127.0.0.1:8000, it was ok!
But with http://tuto-symfony.local, I got the right page but I didn't have the web debug toolbar. -
When I runned http://127.0.0.1:8000/lucky, it was ok!
But with http://tuto-symfony.local/lucky, I got 404 Not Found.
I missed some configs ? thanks for helping!
-
-
I found a solution, I just created .htaccess file inside public/ folder it seems work for now!