Skip to content

Commit 3566b00

Browse files
committed
Updating readme.md file
1 parent 317c748 commit 3566b00

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
@@ -53,15 +53,17 @@ $userData = json_encode($user);
5353

5454
```
5555

56+
Check out the [Quick start](https://github.com/nuxtifyts/php-dto/blob/main/docs/Quickstart.md) guide for more information.
57+
5658
### Note
5759

5860
This package was inspired from the [spatie/data-transfer-object](https://github.com/spatie/laravel-data) package.
5961
The main thing that I tried to focus on when creating this package is to make it outside of Laravel ecosystem,
6062
meaning: no dependency on [illuminate/support](https://github.com/illuminate/support).
6163

62-
**In no way** I am trying to take compare this package with the original one,
64+
**In no way** I am trying to compare this package with the original one,
6365
Clearly, the original package is more advanced and has more features than this one,
64-
and if you are using Laravel, I highly recommend using the original package. instead of this one.
66+
and if you are using Laravel, I highly recommend using the original package instead of this one.
6567

6668
### Requirements
6769

0 commit comments

Comments
 (0)