Tweaking configuration files.
This commit is contained in:
parent
cbf56e76aa
commit
07e5cc10d9
|
@ -103,6 +103,7 @@
|
|||
'Illuminate\Foundation\Providers\PublisherServiceProvider',
|
||||
'Illuminate\Queue\QueueServiceProvider',
|
||||
'Illuminate\Redis\RedisServiceProvider',
|
||||
'Illuminate\Remote\RemoteServiceProvider',
|
||||
'Illuminate\Auth\Reminders\ReminderServiceProvider',
|
||||
'Illuminate\Foundation\Providers\RouteListServiceProvider',
|
||||
'Illuminate\Database\SeedServiceProvider',
|
||||
|
@ -174,6 +175,7 @@
|
|||
'Schema' => 'Illuminate\Support\Facades\Schema',
|
||||
'Seeder' => 'Illuminate\Database\Seeder',
|
||||
'Session' => 'Illuminate\Support\Facades\Session',
|
||||
'SSH' => 'Illuminate\Support\Facades\SSH',
|
||||
'Str' => 'Illuminate\Support\Str',
|
||||
'URL' => 'Illuminate\Support\Facades\URL',
|
||||
'Validator' => 'Illuminate\Support\Facades\Validator',
|
||||
|
|
|
@ -30,8 +30,9 @@
|
|||
|
||||
'production' => array(
|
||||
'host' => '',
|
||||
'username' => 'root',
|
||||
'username' => '',
|
||||
'password' => '',
|
||||
'key' => '',
|
||||
),
|
||||
|
||||
),
|
||||
|
|
Loading…
Reference in New Issue