This project is a website I am working on for a client, however I am publishing to GitHub (with permission) to show my work!
Simply run
composer install
npm run build
php artisan serve
First we setup the database
php artisan migrate
To then add menu items you can use the command
php artisan make:product
- Staff Panel (e.g for adding menu items etc)
- Add an online ordering system
- Make the overall site mobile responsive