- PHP > 7.3
- Composer
- Node JS > 10
- Install Dependencies
composer install && npm install
- Configure Application
composer configure
Then add your environment keys in .env
file.
- Bootstrap Application
php artisan migrate:fresh --seed
- Start Application
php artisan serve
- PHP Linting
composer lint
Now start development