vagrant-php-dev-box icon indicating copy to clipboard operation
vagrant-php-dev-box copied to clipboard

Fixed to update the vagrant box with changes done on Symfony projects and added PostgreSQL database

Open ghost opened this issue 7 years ago • 2 comments

PostgreSQL Database was added.

ghost avatar May 07 '17 01:05 ghost

Hey, after reviewing that I think the easier way to achieve that would be to replace app.php with app_dev.php in the symfony config here https://github.com/dirkaholic/vagrant-php-dev-box/blob/master/playbooks/roles/symfony-standard/templates/nginx.conf.j2#L13. What do you think ?

dirkaholic avatar May 09 '17 12:05 dirkaholic

I tried to do this but return the error when I change lines 10 and 13:

You are not allowed to access this file. Check app_dev.php for more information.

And if I only modified line 13, when I access 192.168.50.4 ask me to do a download of a file called download.

ghost avatar May 09 '17 23:05 ghost