You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ If you are running a version of Laravel < 5.5 also make sure you add `Vigneshc91
10
10
11
11
This will register the artisan command that will be available to you.
12
12
13
-
You can also override the default config provided by the application by running `php artisan vendor:publish --provider "L5Swagger\L5SwaggerServiceProvider"` in your projects root and change the configuration in the new `config/laravel-swagger.php` file created.
13
+
You can also override the default config provided by the application by running `php artisan vendor:publish --provider "LaravelSwagger\SwaggerServiceProvider"` in your projects root and change the configuration in the new `config/laravel-swagger.php` file created.
14
14
15
15
## Usage
16
16
@@ -108,4 +108,4 @@ Running `php artisan laravel-swagger:generate > swagger.json` will generate the
0 commit comments