Support the ongoing development of Laravel.io →
Configuration Forms
Last updated 2 years ago.
0

anyone?

Last updated 2 years ago.
0

Hi,

Laravel does not provide a way to "write" the config on your filesystem via the "Config" facade but, you can do this by your own using "var_export" and the "Filesystem" facade to write manually your config file.

But you should be very careful, why don't you use a database table to do this ?

Last updated 2 years ago.
0

CaporalDead said:

Hi,

Laravel does not provide a way to "write" the config on your filesystem via the "Config" facade but, you can do this by your own using "var_export" and the "Filesystem" facade to write manually your config file.

But you should be very careful, why don't you use a database table to do this ?

That would be another option, yes, but I have few options and I didn't want to create a table only for that purpose. I'll see. Thx

Last updated 2 years ago.
0

Hi, Whats the solution ?

Last updated 2 years ago.
0

I wonder just the same? :)

0

Sign in to participate in this thread!

Eventy

Your banner here too?

Luddinus luddinus Joined 18 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.

© 2024 Laravel.io - All rights reserved.