File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1414 "laravel/framework" : " >=5.3.0" ,
1515 "minime/annotations" : " 2.3.1" ,
1616 "ronasit/laravel-helpers" : " 1.3.*" ,
17- "ronasit/local-data-collector" : " 1.1.*@beta "
17+ "ronasit/local-data-collector" : " 1.3.* "
1818 },
1919 "autoload" : {
2020 "psr-4" : {
Original file line number Diff line number Diff line change @@ -13,7 +13,8 @@ to display the generated documentation for a config.
1313 1 . ` composer require ronasit/laravel-swagger `
1414
1515### Laravel
16- 1 . ` php artisan vendor:publish `
16+ 1 . add ` RonasIT\Support\AutoDoc\AutoDocServiceProvider::class, ` to providers in ` config/app.php `
17+ 1 . run ` php artisan vendor:publish `
1718
1819### Plugin
1920 1 . Add middleware ** \RonasIT\Support\AutoDoc\Http\Middleware\AutoDocMiddleware::class** to * Http/Kernel.php* .
You can’t perform that action at this time.
0 commit comments