Code for YouTube video tutorial: https://www.youtube.com/watch?v=1Yrzli1PqFc
- clone the repo and cd into it
composer install
- rename or copy
.env.example
file to.env
- Enter your database credentials in your
.env
file php artisan migrate
php artisan key:generate
npm install
npm run dev
php artisan serve
or use Laravel Valet- Visit localhost:8000 in your browser
- Go to Admin section and drag and drop to your heart's content.