Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.36 KB

README.md

File metadata and controls

23 lines (18 loc) · 1.36 KB

Build Status Total Downloads Latest Stable Version License

About Project

This Laravel 8.x project is containing with basic library, role management and auth library. We use Spatie Laravel-Permission for the role management and JWT Authentification for the authentification.

Installation

  1. terminal run "cp .env.example .env"
  2. set your .env settings DB_CONNECTION = pgsql DB_PORT = 5432
  3. composer install
  4. php artisan jwt:secret
  5. php artisan migrate:fresh --seed
  6. php artisan serve