|
@@ -15,8 +15,7 @@ return array(
|
15
|
15
|
|
16
|
16
|
//'debug' => $_ENV['APP_DEBUG'] ?: false,
|
17
|
17
|
|
18
|
|
-// 'debug' => true,
|
19
|
|
- 'debug' => false,
|
|
18
|
+ 'debug' => true,
|
20
|
19
|
/*
|
21
|
20
|
|--------------------------------------------------------------------------
|
22
|
21
|
| Application URL
|
|
@@ -81,9 +80,6 @@ return array(
|
81
|
80
|
*/
|
82
|
81
|
|
83
|
82
|
// 'key' => 'YourSecretKey!!!',
|
84
|
|
- // 'key' => 'JozBz0yQBrZ5kEcPvgxch3RR3E3INSGs',
|
85
|
|
- //
|
86
|
|
- // 'cipher' => MCRYPT_RIJNDAEL_256,
|
87
|
83
|
'key' => '+H!WZJxd5qwb!EHYR8^MLsX@^X6Y?e@+',
|
88
|
84
|
|
89
|
85
|
'cipher' => MCRYPT_RIJNDAEL_128,
|
|
@@ -130,9 +126,7 @@ return array(
|
130
|
126
|
'Way\Generators\GeneratorsServiceProvider',
|
131
|
127
|
'Barryvdh\DomPDF\ServiceProvider',
|
132
|
128
|
// 'Cornford\Backup\Providers\BackupServiceProvider',
|
133
|
|
- 'Zizaco\Entrust\EntrustServiceProvider',
|
134
|
|
- //To be able to use PDF
|
135
|
|
- //'Thujohn\Pdf\PdfServiceProvider',
|
|
129
|
+ 'Zizaco\Entrust\EntrustServiceProvider'
|
136
|
130
|
|
137
|
131
|
),
|
138
|
132
|
|
|
@@ -166,7 +160,6 @@ return array(
|
166
|
160
|
'Artisan' => 'Illuminate\Support\Facades\Artisan',
|
167
|
161
|
'Auth' => 'Illuminate\Support\Facades\Auth',
|
168
|
162
|
//'Backup' => 'Cornford\Backup\Facades\Backup',
|
169
|
|
- 'Filesystem' => 'Illuminate\Filesystem\Filesystem',
|
170
|
163
|
'Blade' => 'Illuminate\Support\Facades\Blade',
|
171
|
164
|
'Cache' => 'Illuminate\Support\Facades\Cache',
|
172
|
165
|
'ClassLoader' => 'Illuminate\Support\ClassLoader',
|
|
@@ -203,7 +196,6 @@ return array(
|
203
|
196
|
'Validator' => 'Illuminate\Support\Facades\Validator',
|
204
|
197
|
'View' => 'Illuminate\Support\Facades\View',
|
205
|
198
|
'PDF' => 'Barryvdh\DomPDF\Facade',
|
206
|
|
- //'PDF' => 'Thujohn\Pdf\PdfFacade',
|
207
|
199
|
'Entrust' => 'Zizaco\Entrust\EntrustFacade'
|
208
|
200
|
|
209
|
201
|
|