Coverted script import to laravel

This commit is contained in:
Deon George
2016-06-22 15:49:20 +10:00
parent a2357435e1
commit b1d7cfe616
36 changed files with 1619 additions and 299 deletions

View File

@@ -52,7 +52,7 @@ return [
|
*/
'timezone' => 'UTC',
'timezone' => 'Australia/Melbourne',
/*
|--------------------------------------------------------------------------
@@ -158,6 +158,8 @@ return [
App\Providers\EventServiceProvider::class,
App\Providers\RouteServiceProvider::class,
Way\Generators\GeneratorsServiceProvider::class,
Xethron\MigrationsGenerator\MigrationsGeneratorServiceProvider::class,
],
/*