I'm looking for a way to write to laravel 5 configuration files, in a cleaner and easier way then using the good old str_replace
.
There are laravel 4 solutions: How to edit and save custom config files in Laravel? and: https://github.com/daftspunk/laravel-config-writer
But this is not working in laravel 5.