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.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community