Skip to content

spiderwebtr/isAuthDemo

Repository files navigation

isAuth Demo Project

This is the demo for the isAuth Laravel package. http://isauth.herokuapp.com/ DEMO

1- Clone this project

2- Install composer dependencies.

composer install

3- Create a db

4- Configure .env file

Copy .env.example file as .env and change db values.

5- Generate a key for env

php artisan key:generate

6- Migrate

php artisan migrate

7- Serve

php artisan serve

8- Register and test

Get a membership and apply the rules in the site.

Releases

No releases published

Packages

No packages published