Support the ongoing development of Laravel.io →
Configuration Requests Input
Last updated 10 months ago.
0

I've Found out that : The configuration files are read only files, I cannot add parameters to it programmatically.

$banners = config('Banners_size');

config('Banners_size' , $bannerinfo);

The above two lines, will act the same, and will both return the value of Banner_size.

0

Sign in to participate in this thread!

Full Stack Europe

Your banner here too?

anonymox anonymox Joined 16 Oct 2016

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.

© 2023 Laravel.io - All rights reserved.