Skip to content

Commit 9d91949

Browse files
authored
Update README.md
1 parent 04d29a6 commit 9d91949

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ return [
5757

5858
## Basic Usage
5959

60-
The default implementation is provided by `ValidationServiceProvider`, however, **package discovery is not available**.
60+
> [!IMPORTANT]
61+
> The default implementation is provided by `ValidationServiceProvider`, however, **package discovery is not available**.
6162
Be careful that you MUST register it in **`config/app.php`** by yourself.
6263

6364
```php
@@ -107,7 +108,8 @@ class UserController extends Controller
107108

108109
## Advanced Usage
109110

110-
You can extend `Validator` with `IncludesFileErrorDetails` trait by yourself.
111+
> [!TIP]
112+
> You can extend `Validator` with `IncludesFileErrorDetails` trait by yourself.
111113
112114
```php
113115
<?php

0 commit comments

Comments
 (0)