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 04d29a6 commit 9d91949Copy full SHA for 9d91949
README.md
@@ -57,7 +57,8 @@ return [
57
58
## Basic Usage
59
60
-The default implementation is provided by `ValidationServiceProvider`, however, **package discovery is not available**.
+> [!IMPORTANT]
61
+> The default implementation is provided by `ValidationServiceProvider`, however, **package discovery is not available**.
62
Be careful that you MUST register it in **`config/app.php`** by yourself.
63
64
```php
@@ -107,7 +108,8 @@ class UserController extends Controller
107
108
109
## Advanced Usage
110
-You can extend `Validator` with `IncludesFileErrorDetails` trait by yourself.
111
+> [!TIP]
112
+> You can extend `Validator` with `IncludesFileErrorDetails` trait by yourself.
113
114
115
<?php
0 commit comments