Skip to content

Latest commit

 

History

History
16 lines (15 loc) · 233 Bytes

README.md

File metadata and controls

16 lines (15 loc) · 233 Bytes

Installation

run the command

composer install

create .env file and database and run the commands

php artisan key:generate
php artisan migrate -seed
npm install
npm run dev
php artisan serve

Open the site