You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/README.md
+19-3Lines changed: 19 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,9 @@
4
4
5
5
[](https://packagist.org/packages/protoqol/quasi)
6
6
7
-
This package generates API resources with keys preset to their respective table's columns.
7
+
Ever thought it was a bit tedious to define an API resource for a large table? This package makes life a bit
8
+
simpler by presetting all columns in a Resource, so you can simply remove the ones you don't need, instead of adding the
9
+
ones you need.
8
10
9
11
## Installation
10
12
@@ -14,6 +16,11 @@ You can install the package via composer:
0 commit comments