File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff 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
5860This package was inspired from the [ spatie/data-transfer-object] ( https://github.com/spatie/laravel-data ) package.
5961The main thing that I tried to focus on when creating this package is to make it outside of Laravel ecosystem,
6062meaning: 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,
6365Clearly, 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
You can’t perform that action at this time.
0 commit comments