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 a1f194a commit fcc1c21Copy full SHA for fcc1c21
readme.md
@@ -44,8 +44,9 @@ passing PHPUnit tests.
44
> ```
45
46
2. Run
47
+
48
```
- php artisan vendor:publish --provider=RonasIT\\AutoDoc\\AutoDocServiceProvider
49
+php artisan vendor:publish --provider=RonasIT\\AutoDoc\\AutoDocServiceProvider
50
51
52
3. Add `\RonasIT\AutoDoc\Http\Middleware\AutoDocMiddleware::class` middleware to the global HTTP middleware list `bootstrap\app.php`:
0 commit comments