Support the ongoing development of Laravel.io →
Installation Configuration

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
    [...]
  • The personal configurations are in /app/config/local, while the defaults are in /app/config.
  • The personal configurations does not need to be well-commented.

Is there any simple way to save the asked values into the configurations files?

Last updated 3 years ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

balintant balintant Joined 2 Apr 2014

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2025 Laravel.io - All rights reserved.