-
Notifications
You must be signed in to change notification settings - Fork 0
1. Installation
Dimas Satrio edited this page Feb 19, 2018
·
4 revisions
composer require ordent/ramenrest
right now you need to add "minimum-stability" : "dev"
in your composer.json
Ordent\RamenRest\Providers\RamenRestProvider::class
Dont forget that its located at config/app.php
RAMEN_REST_DEFAULT_USER=true
It will trigger all the routes available for \App\User
model, you can easily trigger it via /users [GET, POST, PUT, DELETE]