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 want my configuration variables to be stored in file [FOLDER: /app/config/customconfig.php].
I was wondering if there's any possibility in Laravel how to have custom config file, which can be managed/updated thru backend UI?