I am creating simple web application in Laravel 4. I have backend for managing applications content. As a part of backend i want to have UI to manage applications settings. I wa
I did it like this ...
config(['YOURKONFIG.YOURKEY' => 'NEW_VALUE']); $fp = fopen(base_path() .'/config/YOURKONFIG.php' , 'w'); fwrite($fp, '