This project was built using Laravel 7, this is a Restaurant Management System, we have only one admin user who can log in add menus, categories, and sales, and generate invoices and tickets.

The system provides also a table management system the admin knows the available tables and can update the status of each table.

The system generates reports of given dates and prints them.

This is an advanced laravel project perfect for use and built with love ❤.


 

How to use :

 

- Add a new MySQL database name as you want.

- Add the database name to the DB_DATABASE property inside the .env file to connect to your database.

- Run migrations using the command line: php artisan migrate.

- Add admin to the database run the command line: php artisan db:seed.

- Start your server using the command line: php artisan serve.

 

Demo: