Demo: Click here
composer install
# change the .env.example to .env then configure your .env file (you need to get your stripe secret keys in order to
# get the stripe checkout working, also your email service)
php aritisan migrate
npm install
npm run dev && php artisan serve