- JWT Authentication
- Role-based Permissions
Replicate `.env.example` to `.env` file and configure everything you need especially the database
composer install
npm install
php artisan key:generate
php artisan jwt:secret
php artisan migrate
php artisan db:seed
npm run dev
npm run watch
npm run hot
php artisan serve
'template': require('./app.component.html'),
'styles': [`${require('./app.component.scss')}`]