I'm developing an open source application (OrangeHRM) using Symfony framework. How can I change the environment of the project from production to development?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Just make a copy of index.php with frontend_dev.php name and change the configuration line like this:
After that just access your project with |
||||
|
|