The Laravel 8.0 application is for small eatery selling pizzas and kebabs. Ordered food data will go to MySql database. Authentication is for only staff. Staff can login and see the orders and completed orders will be deleted from database.
Create tables in MySql
Composer install
php artisan migrate
php artisan serve