|
@@ -15,6 +15,19 @@ return array(
|
|
|
|
|
|
'debug' => true,
|
|
'debug' => true,
|
|
|
|
|
|
|
|
+ /*
|
|
|
|
+ |--------------------------------------------------------------------------
|
|
|
|
+ | Application URL
|
|
|
|
+ |--------------------------------------------------------------------------
|
|
|
|
+ |
|
|
|
|
+ | This URL is used by the console to properly generate URLs when using
|
|
|
|
+ | the Artisan command line tool. You should set this to the root of
|
|
|
|
+ | your application so that it is used when running Artisan tasks.
|
|
|
|
+ |
|
|
|
|
+ */
|
|
|
|
+
|
|
|
|
+ 'url' => 'http://localhost',
|
|
|
|
+
|
|
/*
|
|
/*
|
|
|--------------------------------------------------------------------------
|
|
|--------------------------------------------------------------------------
|
|
| Application Timezone
|
|
| Application Timezone
|
|
@@ -47,8 +60,8 @@ return array(
|
|
|--------------------------------------------------------------------------
|
|
|--------------------------------------------------------------------------
|
|
|
|
|
|
|
|
| This key is used by the Illuminate encrypter service and should be set
|
|
| This key is used by the Illuminate encrypter service and should be set
|
|
- | to a random, long string, otherwise these encrypted values will not
|
|
|
|
- | be safe. Make sure to change it before deploying any application!
|
|
|
|
|
|
+ | to a random, 32 character string, otherwise these encrypted strings
|
|
|
|
+ | will not be safe. Please do this before deploying an application!
|
|
|
|
|
|
|
|
*/
|
|
*/
|
|
|
|
|
|
@@ -77,18 +90,21 @@ return array(
|
|
'Illuminate\Cookie\CookieServiceProvider',
|
|
'Illuminate\Cookie\CookieServiceProvider',
|
|
'Illuminate\Database\DatabaseServiceProvider',
|
|
'Illuminate\Database\DatabaseServiceProvider',
|
|
'Illuminate\Encryption\EncryptionServiceProvider',
|
|
'Illuminate\Encryption\EncryptionServiceProvider',
|
|
|
|
+ 'Illuminate\Exception\LiveServiceProvider',
|
|
'Illuminate\Filesystem\FilesystemServiceProvider',
|
|
'Illuminate\Filesystem\FilesystemServiceProvider',
|
|
'Illuminate\Hashing\HashServiceProvider',
|
|
'Illuminate\Hashing\HashServiceProvider',
|
|
'Illuminate\Html\HtmlServiceProvider',
|
|
'Illuminate\Html\HtmlServiceProvider',
|
|
'Illuminate\Foundation\Providers\KeyGeneratorServiceProvider',
|
|
'Illuminate\Foundation\Providers\KeyGeneratorServiceProvider',
|
|
'Illuminate\Log\LogServiceProvider',
|
|
'Illuminate\Log\LogServiceProvider',
|
|
'Illuminate\Mail\MailServiceProvider',
|
|
'Illuminate\Mail\MailServiceProvider',
|
|
|
|
+ 'Illuminate\Foundation\Providers\MaintenanceServiceProvider',
|
|
'Illuminate\Database\MigrationServiceProvider',
|
|
'Illuminate\Database\MigrationServiceProvider',
|
|
'Illuminate\Foundation\Providers\OptimizeServiceProvider',
|
|
'Illuminate\Foundation\Providers\OptimizeServiceProvider',
|
|
'Illuminate\Pagination\PaginationServiceProvider',
|
|
'Illuminate\Pagination\PaginationServiceProvider',
|
|
'Illuminate\Foundation\Providers\PublisherServiceProvider',
|
|
'Illuminate\Foundation\Providers\PublisherServiceProvider',
|
|
'Illuminate\Queue\QueueServiceProvider',
|
|
'Illuminate\Queue\QueueServiceProvider',
|
|
'Illuminate\Redis\RedisServiceProvider',
|
|
'Illuminate\Redis\RedisServiceProvider',
|
|
|
|
+ 'Illuminate\Remote\RemoteServiceProvider',
|
|
'Illuminate\Auth\Reminders\ReminderServiceProvider',
|
|
'Illuminate\Auth\Reminders\ReminderServiceProvider',
|
|
'Illuminate\Foundation\Providers\RouteListServiceProvider',
|
|
'Illuminate\Foundation\Providers\RouteListServiceProvider',
|
|
'Illuminate\Database\SeedServiceProvider',
|
|
'Illuminate\Database\SeedServiceProvider',
|
|
@@ -135,7 +151,7 @@ return array(
|
|
'Cache' => 'Illuminate\Support\Facades\Cache',
|
|
'Cache' => 'Illuminate\Support\Facades\Cache',
|
|
'ClassLoader' => 'Illuminate\Support\ClassLoader',
|
|
'ClassLoader' => 'Illuminate\Support\ClassLoader',
|
|
'Config' => 'Illuminate\Support\Facades\Config',
|
|
'Config' => 'Illuminate\Support\Facades\Config',
|
|
- 'Controller' => 'Illuminate\Routing\Controllers\Controller',
|
|
|
|
|
|
+ 'Controller' => 'Illuminate\Routing\Controller',
|
|
'Cookie' => 'Illuminate\Support\Facades\Cookie',
|
|
'Cookie' => 'Illuminate\Support\Facades\Cookie',
|
|
'Crypt' => 'Illuminate\Support\Facades\Crypt',
|
|
'Crypt' => 'Illuminate\Support\Facades\Crypt',
|
|
'DB' => 'Illuminate\Support\Facades\DB',
|
|
'DB' => 'Illuminate\Support\Facades\DB',
|
|
@@ -144,7 +160,7 @@ return array(
|
|
'File' => 'Illuminate\Support\Facades\File',
|
|
'File' => 'Illuminate\Support\Facades\File',
|
|
'Form' => 'Illuminate\Support\Facades\Form',
|
|
'Form' => 'Illuminate\Support\Facades\Form',
|
|
'Hash' => 'Illuminate\Support\Facades\Hash',
|
|
'Hash' => 'Illuminate\Support\Facades\Hash',
|
|
- 'Html' => 'Illuminate\Support\Facades\Html',
|
|
|
|
|
|
+ 'HTML' => 'Illuminate\Support\Facades\HTML',
|
|
'Input' => 'Illuminate\Support\Facades\Input',
|
|
'Input' => 'Illuminate\Support\Facades\Input',
|
|
'Lang' => 'Illuminate\Support\Facades\Lang',
|
|
'Lang' => 'Illuminate\Support\Facades\Lang',
|
|
'Log' => 'Illuminate\Support\Facades\Log',
|
|
'Log' => 'Illuminate\Support\Facades\Log',
|
|
@@ -160,6 +176,7 @@ return array(
|
|
'Schema' => 'Illuminate\Support\Facades\Schema',
|
|
'Schema' => 'Illuminate\Support\Facades\Schema',
|
|
'Seeder' => 'Illuminate\Database\Seeder',
|
|
'Seeder' => 'Illuminate\Database\Seeder',
|
|
'Session' => 'Illuminate\Support\Facades\Session',
|
|
'Session' => 'Illuminate\Support\Facades\Session',
|
|
|
|
+ 'SSH' => 'Illuminate\Support\Facades\SSH',
|
|
'Str' => 'Illuminate\Support\Str',
|
|
'Str' => 'Illuminate\Support\Str',
|
|
'URL' => 'Illuminate\Support\Facades\URL',
|
|
'URL' => 'Illuminate\Support\Facades\URL',
|
|
'Validator' => 'Illuminate\Support\Facades\Validator',
|
|
'Validator' => 'Illuminate\Support\Facades\Validator',
|