Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 215 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 215 Bytes

💻 Installation guide

composer install

npm install

create .env file and generate the APP_KEY using:

php artisan key:generate

then

php artisan migrate --seed

php artisan serve & npm run dev