Skip to content

1. Introduction and Installation

kurosawa93 edited this page Dec 19, 2018 · 4 revisions

Introduction

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.

Install via Composer

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.

Update Project Configuration

Wire your current project to the newly added ramenauth using RamenAuthProvider. Add Ordent\RamenAuth\Providers\RamenAuthProvider::class to config/app.php.

Clone this wiki locally