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.
- terminal run "cp .env.example .env"
- set your .env settings DB_CONNECTION = pgsql DB_PORT = 5432
- composer install
- php artisan jwt:secret
- php artisan migrate:fresh --seed
- php artisan serve