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 1185652 commit 70afad2Copy full SHA for 70afad2
content/4.digging-deeper/8.documentation.md
@@ -140,10 +140,7 @@ php artisan rest:documentation-provider
140
Then add the freshly generated service provider to your providers in your `bootstrap/providers.php` file:
141
```php
142
return [
143
- App\Providers\AppServiceProvider::class,
144
- App\Providers\AuthServiceProvider::class,
145
- App\Providers\HorizonServiceProvider::class,
146
- App\Providers\TelescopeServiceProvider::class,
+ // ...
147
App\Providers\RestDocumentationServiceProvider::class
148
];
149
```
0 commit comments