Skip to content

Latest commit

 

History

History
15 lines (15 loc) · 228 Bytes

README.md

File metadata and controls

15 lines (15 loc) · 228 Bytes
composer install
cp .env.example .env (linux) or
copy .env.example .env (windows)
php artisan key:generate
php artisan migrate
php artisan db:seed (random laptop list) or 
php artisan get:products