-
Notifications
You must be signed in to change notification settings - Fork 0
1. Introduction and Installation
kurosawa93 edited this page Dec 19, 2018
·
4 revisions
Ramenauth is a custom library which is created by Ordent. It features many function covering basic needs for authentication, like registering new user, login, user validation, token generation, etc. It also has features like custom rules regarding user, email and phone verification.
composer require ordent/ramenrest
right now you need to add "minimum-stability" : "dev" in your composer.json
After successfull installation, a configuration file for ramenauth will be generated. it is located at config/ramenauth.php.
Wire your current project to the newly added ramenauth using RamenAuthProvider. Add Ordent\RamenAuth\Providers\RamenAuthProvider::class to config/app.php.