Clone a Project
- Checkout
frontend
branch - Run
Composer Install
- Run
php artisan key:generate
- Run
php artisan jwt:secret
- Setup .env file
- Run migration
php artisan migrate
- Run seeder
php artisan db:seed
- Create virtual host with name
local.lms.com
- npm install
- npm run dev
- Run
local.lms.com