80 | |
80 | |
81 */ |
81 */ |
82 |
82 |
83 'key' => env('APP_KEY', 'SomeRandomString'), |
83 'key' => env('APP_KEY', 'SomeRandomString'), |
84 |
84 |
85 'cipher' => MCRYPT_RIJNDAEL_128, |
85 'cipher' => 'AES-256-CBC', |
86 |
86 |
87 /* |
87 /* |
88 |-------------------------------------------------------------------------- |
88 |-------------------------------------------------------------------------- |
89 | Logging Configuration |
89 | Logging Configuration |
90 |-------------------------------------------------------------------------- |
90 |-------------------------------------------------------------------------- |
133 'Illuminate\Session\SessionServiceProvider', |
133 'Illuminate\Session\SessionServiceProvider', |
134 'Illuminate\Translation\TranslationServiceProvider', |
134 'Illuminate\Translation\TranslationServiceProvider', |
135 'Illuminate\Validation\ValidationServiceProvider', |
135 'Illuminate\Validation\ValidationServiceProvider', |
136 'Illuminate\View\ViewServiceProvider', |
136 'Illuminate\View\ViewServiceProvider', |
137 'Illuminate\Broadcasting\BroadcastServiceProvider', |
137 'Illuminate\Broadcasting\BroadcastServiceProvider', |
|
138 'Illuminate\Notifications\NotificationServiceProvider', |
138 |
139 |
139 /* |
140 /* |
140 * Additional service providers |
141 * Additional service providers |
141 */ |
142 */ |
142 'Collective\Html\HtmlServiceProvider', |
143 'Collective\Html\HtmlServiceProvider', |
145 |
146 |
146 /* |
147 /* |
147 * Application Service Providers... |
148 * Application Service Providers... |
148 */ |
149 */ |
149 'CorpusParole\Providers\AppServiceProvider', |
150 'CorpusParole\Providers\AppServiceProvider', |
|
151 'CorpusParole\Providers\BroadcastServiceProvider', |
150 'CorpusParole\Providers\EventServiceProvider', |
152 'CorpusParole\Providers\EventServiceProvider', |
151 'CorpusParole\Providers\RouteServiceProvider', |
153 'CorpusParole\Providers\RouteServiceProvider', |
152 'CorpusParole\Providers\SparqlClientServiceProvider', |
154 'CorpusParole\Providers\SparqlClientServiceProvider', |
153 'CorpusParole\Providers\RepositoryServiceProvider', |
155 'CorpusParole\Providers\RepositoryServiceProvider', |
154 'CorpusParole\Providers\GuzzleServiceProvider', |
156 'CorpusParole\Providers\GuzzleServiceProvider', |
200 'Route' => 'Illuminate\Support\Facades\Route', |
202 'Route' => 'Illuminate\Support\Facades\Route', |
201 'Schema' => 'Illuminate\Support\Facades\Schema', |
203 'Schema' => 'Illuminate\Support\Facades\Schema', |
202 'Session' => 'Illuminate\Support\Facades\Session', |
204 'Session' => 'Illuminate\Support\Facades\Session', |
203 'Storage' => 'Illuminate\Support\Facades\Storage', |
205 'Storage' => 'Illuminate\Support\Facades\Storage', |
204 'URL' => 'Illuminate\Support\Facades\URL', |
206 'URL' => 'Illuminate\Support\Facades\URL', |
|
207 'Notification' => 'Illuminate\Support\Facades\Notification', |
205 'Validator' => 'Illuminate\Support\Facades\Validator', |
208 'Validator' => 'Illuminate\Support\Facades\Validator', |
206 'View' => 'Illuminate\Support\Facades\View', |
209 'View' => 'Illuminate\Support\Facades\View', |
207 'Html' => 'Collective\Html\HtmlFacade', |
210 'Html' => 'Collective\Html\HtmlFacade', |
208 'Form' => 'Collective\Html\FormFacade', |
211 'Form' => 'Collective\Html\FormFacade', |
209 'Guzzle' => 'CorpusParole\Facades\GuzzleFacade' |
212 'Guzzle' => 'CorpusParole\Facades\GuzzleFacade', |
210 ], |
213 ], |
211 |
214 |
212 ]; |
215 ]; |