bosnadev / yaml

A package to add Yaml file support for Laravel 4 Configuration
3 stars 1 forks source link

Did u try this with laravel 5? #1

Open unitedworx opened 9 years ago

unitedworx commented 9 years ago

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 :)

mirzap commented 9 years ago

Hi, I'm working on a update for L5...