Stars: 186
Forks: 107
Pull Requests: 29
Issues: 3
Watchers: 13
Last Updated: 2023-01-03 15:15:08
Realtime 🍕 Pizza Order Tracker 🍕 - Laravel, Vue & Pusher
License:
Languages: PHP, Vue, HTML
🍕🍕🍕
Code for YouTube video tutorial: https://www.youtube.com/watch?v=pjK0VMTCtVg
composer install
.env.example
file to .env
.env
fileBROADCAST_DRIVER
to pusher
in your .env
file.env
file. If needed, change cluster in config/broadcasting.php
php artisan migrate
php artisan key:generate
resources/assets/js/bootstrap.js
. If needed, change cluster as wellnpm install
npm run dev
php artisan serve
or use Laravel Valet