|
143 | 143 | // 'store' => 'redis', |
144 | 144 | ], |
145 | 145 |
|
146 | | - /* |
147 | | - |-------------------------------------------------------------------------- |
148 | | - | Autoloaded Service Providers |
149 | | - |-------------------------------------------------------------------------- |
150 | | - | |
151 | | - | The service providers listed here will be automatically loaded on the |
152 | | - | request to your application. Feel free to add your own services to |
153 | | - | this array to grant expanded functionality to your applications. |
154 | | - | |
155 | | - */ |
156 | | - |
157 | | - 'providers' => [ |
158 | | - |
159 | | - /* |
160 | | - * Laravel Framework Service Providers... |
161 | | - */ |
162 | | - Illuminate\Auth\AuthServiceProvider::class, |
163 | | - Illuminate\Broadcasting\BroadcastServiceProvider::class, |
164 | | - Illuminate\Bus\BusServiceProvider::class, |
165 | | - Illuminate\Cache\CacheServiceProvider::class, |
166 | | - Illuminate\Foundation\Providers\ConsoleSupportServiceProvider::class, |
167 | | - Illuminate\Cookie\CookieServiceProvider::class, |
168 | | - Illuminate\Database\DatabaseServiceProvider::class, |
169 | | - Illuminate\Encryption\EncryptionServiceProvider::class, |
170 | | - Illuminate\Filesystem\FilesystemServiceProvider::class, |
171 | | - Illuminate\Foundation\Providers\FoundationServiceProvider::class, |
172 | | - Illuminate\Hashing\HashServiceProvider::class, |
173 | | - Illuminate\Mail\MailServiceProvider::class, |
174 | | - Illuminate\Notifications\NotificationServiceProvider::class, |
175 | | - Illuminate\Pagination\PaginationServiceProvider::class, |
176 | | - Illuminate\Pipeline\PipelineServiceProvider::class, |
177 | | - Illuminate\Queue\QueueServiceProvider::class, |
178 | | - Illuminate\Redis\RedisServiceProvider::class, |
179 | | - Illuminate\Auth\Passwords\PasswordResetServiceProvider::class, |
180 | | - Illuminate\Session\SessionServiceProvider::class, |
181 | | - Illuminate\Translation\TranslationServiceProvider::class, |
182 | | - Illuminate\Validation\ValidationServiceProvider::class, |
183 | | - Illuminate\View\ViewServiceProvider::class, |
184 | | - |
185 | | - /* |
186 | | - * Package Service Providers... |
187 | | - */ |
188 | | - |
189 | | - /* |
190 | | - * Application Service Providers... |
191 | | - */ |
192 | | - App\Providers\AppServiceProvider::class, |
193 | | - App\Providers\AuthServiceProvider::class, |
194 | | - // App\Providers\BroadcastServiceProvider::class, |
195 | | - App\Providers\EventServiceProvider::class, |
196 | | - App\Providers\RouteServiceProvider::class, |
197 | | - |
198 | | - ], |
199 | | - |
200 | 146 | /* |
201 | 147 | |-------------------------------------------------------------------------- |
202 | 148 | | Class Aliases |
|
0 commit comments