Preface
Introduction
A Starter Authentication & Authorization Application Powered By Sentinel on Laravel.
The package follows the FIG standard PSR-4 to ensure a high level of interoperability between shared PHP code.
Features
Kickstart is a starter application that provides pre-built authorization and authentication functionality.
It is a starting point for user management and social login with Oauth 1 & 2.
Feature | kickstart | Platform |
---|---|---|
.... | ... | ... |
Setup
Requirements
Installation
Please follow the next steps to install Sentinel Kickstart.
Clone the Repository
First you'll need to clone the git repository by running:
git clone git@github.com:cartalyst/sentinel-kickstart
Install the dependencies
Now that the repository is cloned on your machine, it's time to install it's dependencies.
Run Composer to install or update your application dependencies.
composer install
or
composer update
Note: We're assuming you have Composer installed Globally.
Install Sentinel Kickstart
To install the application, you just need to run php artisan install
and follow the instructions.