Hi,
I have an application written in Laravel. I've been asked to write a simple installer for it and I did. The last thing we need it to know is writing our configurations.
Here's how they look like now:
/app/config/local/app.php
/app/config/local/database.php
[...]
/app/config/app.php
/app/config/database.php
[...]
/app/config/local
, while the defaults are in /app/config
.Is there any simple way to save the asked values into the configurations files?
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community