Posts by Ricaom Sepol • 1 point
2 posts
-
-3
votes4
answers11575
viewsA: Use . env file in PHP project?
The way I use it is by adding a Conf.php file to the src folder of the project and configuring the file tag in Composer.json. { "name": "vendor/projeto", "description": "A tool to help in a day hard…
-
0
votes2
answers4611
viewsA: Address already in use: AH00072: make_sock: could not bind to address 0.0.0.0:80
In case the previous aid doesn’t work. In my case I had already installed apache by xampp, uninstalled but some processes were still running and preventing apache from going up. Run this command to…