Airlines model and controller

This commit is contained in:
Nabeel Shahzad
2017-06-08 20:02:52 -05:00
parent 1e049fa8a9
commit 4fcfc84ccf
25 changed files with 724 additions and 138 deletions

View File

@@ -48,11 +48,11 @@ return [
'sqlite' => [
'driver' => 'sqlite',
'database' => env('DB_DATABASE', database_path('tmp/database.sqlite')),
'database' => env('DB_DATABASE', base_path('tmp/database.sqlite')),
'prefix' => '',
],
'mysql' => [
/*'mysql' => [
'driver' => 'mysql',
'host' => env('DB_HOST', 'localhost'),
'port' => env('DB_PORT', '3306'),
@@ -64,7 +64,7 @@ return [
'prefix' => '',
'strict' => true,
'engine' => null,
],
],*/
],