Skip to content
This repository has been archived by the owner on Sep 17, 2021. It is now read-only.
EL OUFIR Hatim edited this page Feb 25, 2019 · 10 revisions

Security-Starter is a ready to use package that provide to you a complete CRUD REST system for a User/Profile/Role architecture, and also provide a middleware to specify roles that the user must have to access your routes, and it's based on the heloufir/simple-passport package that offers to you a forgot password system, you can refer to this link to know more about this package.

Security starter architecture

This package is a full implementation of laravel/passport and heloufir/simple-passport, containing all the implementations of the authentication and forgot password systems, which allows you to start your project from a good foundation, and only worry about the business logic of your application.

Clone this wiki locally