#12 #16 settings service and timezone/currency setting

This commit is contained in:
Nabeel Shahzad
2017-06-20 15:03:51 -05:00
parent 85610aeec6
commit 7d92c68870
8 changed files with 766 additions and 603 deletions

View File

@@ -96,6 +96,7 @@ return [
InfyOm\Generator\InfyOmGeneratorServiceProvider::class,
InfyOm\AdminLTETemplates\AdminLTETemplatesServiceProvider::class,
Zizaco\Entrust\EntrustServiceProvider::class,
anlutro\LaravelSettings\ServiceProvider::class,
/*
* Application Service Providers...
@@ -148,6 +149,7 @@ return [
'Flash' => Laracasts\Flash\Flash::class,
'Yaml' => Symfony\Component\Yaml\Yaml::class,
'Geotools' => Toin0u\Geotools\Facade\Geotools::class,
'Setting' => 'anlutro\LaravelSettings\Facade',
],
];