Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 157 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 157 Bytes

Run Application

composer install
npm install
cp .env.example .env
php artisan key:generate
php artisan config:cache
npm run dev
php artisan serve