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 708f395 commit da30efeCopy full SHA for da30efe
README.md
@@ -109,6 +109,26 @@ Example of using it in controller
109
{
110
```
111
112
+# Custom Params
113
+
114
+You write extra params with rules with @QAparam comment line
115
116
+```php
117
+ /**
118
+ * @QAparam search string
119
+ */
120
+ public function index(MyIndexRequest $request): Resource
121
+ {
122
+```
123
124
125
126
+ * @QAparam search string nullable max:32
127
128
129
130
131
132
# Testing
133
134
```bash
0 commit comments