We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04a3462 commit c059429Copy full SHA for c059429
README.md
@@ -23,11 +23,11 @@ composer require cyber-duck/laravel-excel
23
24
### Laravel 4.x
25
26
-Register the service provider in `app/config/app.php` by adding this line to providers array.
+Register the service provider in `config/app.php` by adding this line to providers array.
27
28
```php
29
'providers' => [
30
- 'Cyberduck\LaravelExcel\ExcelLegacyServiceProvider',
+ Cyberduck\LaravelExcel\ExcelLegacyServiceProvider::class,
31
],
32
```
33
@@ -37,7 +37,7 @@ Register the service provider in `config/app.php` by adding this line to provide
37
38
39
40
- 'Cyberduck\LaravelExcel\ExcelServiceProvider',
+ Cyberduck\LaravelExcel\ExcelServiceProvider::class,
41
42
43
0 commit comments