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 6319489 commit a02ea19Copy full SHA for a02ea19
readme.md
@@ -121,7 +121,7 @@ passing PHPUnit tests.
121
>
122
> For correct working of plugin you'll have to dispose all the validation rules
123
> in the `rules()` method of your request class. Also, your request class
124
- > must be connected to the controller via `dependency injection`.
+ > must be connected to the controller via [dependency injection](https://laravel.com/docs/9.x/container#introduction).
125
> Plugin will take validation rules from your request and use it as description
126
> of input parameter.
127
0 commit comments