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: README.md
+27-2Lines changed: 27 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,14 @@
1
-
# Laravel REST API helpers I reuse for every project
1
+
# Laravel magic REST API builder
2
2
3
3
[](https://packagist.org/packages/binaryk/laravel-restify)
This package will generate the API resources "CRUD" for you. By using Laravel buit in Policies and Eloquent Resource API the implementation become a pleasure.
10
+
11
+
The response is made according with [JSON:API](https://jsonapi.org/format/) standard.
10
12
11
13
## Installation
12
14
@@ -16,6 +18,29 @@ You can install the package via composer:
16
18
composer require binaryk/laravel-restify
17
19
```
18
20
21
+
## Key havings
22
+
23
+
- "CRUD" over resources with 0 (zero) extra custom code
24
+
- Passport authentication (use `php artisan restify:check-passport` for it's setup)
0 commit comments