Don't mind your aproach vs devitek, i actually like it :)
I guees your aproach is cleaner with the only drawback not being able to convert every single laravel config file to yaml, since you override the config a bit later after laravel has booted. Not interested to convert those though but mostly keeping my own configs in yaml.
Anyhow did u try this with laravel 5? Will probably convert my app into laravel 5 and yaml is the only package am missing atm.
If you don't have any plans to do it I will have to get dirty and do it myself :) and probably bake writing back to yaml config and lang files, was my plan after adding caching to devitek's version but I got a bit lazy :)
Nice cleaner way to add yaml Lang and config
Don't mind your aproach vs devitek, i actually like it :)
I guees your aproach is cleaner with the only drawback not being able to convert every single laravel config file to yaml, since you override the config a bit later after laravel has booted. Not interested to convert those though but mostly keeping my own configs in yaml.
Anyhow did u try this with laravel 5? Will probably convert my app into laravel 5 and yaml is the only package am missing atm.
If you don't have any plans to do it I will have to get dirty and do it myself :) and probably bake writing back to yaml config and lang files, was my plan after adding caching to devitek's version but I got a bit lazy :)