#16 settings panel scaffolding

This commit is contained in:
Nabeel Shahzad
2017-06-20 18:49:45 -05:00
parent 11b3ec349b
commit c27a11ab21
13 changed files with 815 additions and 616 deletions

View File

@@ -33,5 +33,9 @@ class AppServiceProvider extends ServiceProvider
$this->app->bind('App\Services\AircraftFareService', function($app) {
return new \App\Services\AircraftFareService();
});
if (in_array($this->app->environment(), ['local', 'dev', 'unittest'])) {
$this->app->register(\Bpocallaghan\Generators\GeneratorsServiceProvider::class);
}
}
}