Configure Symfony on apache server

Developing with Symfony framework involves using a web server to render your webApp pages. There are various options that allow you do this. But the most common way remains using the command php bin/console server:start which gives us a quik access to our website over localhost:8000 This command allows to…

0 Comments