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);
53
53
54
54
```
55
55
56
+ Check out the [ Quick start] ( https://github.com/nuxtifyts/php-dto/blob/main/docs/Quickstart.md ) guide for more information.
57
+
56
58
### Note
57
59
58
60
This package was inspired from the [ spatie/data-transfer-object] ( https://github.com/spatie/laravel-data ) package.
59
61
The main thing that I tried to focus on when creating this package is to make it outside of Laravel ecosystem,
60
62
meaning: no dependency on [ illuminate/support] ( https://github.com/illuminate/support ) .
61
63
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,
63
65
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.
65
67
66
68
### Requirements
67
69
You can’t perform that action at this time.
0 commit comments