/lastpm

Primary LanguagePHP

Laravel Auth Boiler plate

Installation

First clone the ripo

1.Setup The .env file

ren .env.example .env
  1. Install the package via composer:
composer install
  1. Run the migration
php artisan migrate
  1. Create a admin and user role
php artisan permission:create-role user
php artisan permission:create-role admin
  1. Now create a user with role admin
  php artisan create:admin