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 cc45d47 commit 364f57dCopy full SHA for 364f57d
README.md
@@ -63,6 +63,13 @@ This will register the package's service provider for your project.
63
### Step 5: Publish the package's config file
64
Run the following command to publish the package's config file:
65
66
+### Step 6: If you face csrf_token missmatch issue
67
+
68
+ `protected $except = [
69
+ 'api/*'
70
+ ];`
71
+add this in your `app/Http/Middleware/VerifyCsrfToken.php`
72
73
74
## Usage
75
For now this package can generate doc only for **URL parameters** and **Request body**. It will not generate doc for **Query parameters**.
0 commit comments