A simple app to display the menu of a restaurant. Consisted of backend and frontend. For backend, a staff or registered user can add, edit or delete a certain food from the menu. For the frontend, a visitor or unauthorized user can only view the displayed menu.
- Laravel v8.83.18
- Bootstrap 5
- MySQL
Video: https://youtu.be/DnF_oOhXV8g
- XAMPP / WampServer
- PHP 7.4 and above
- Composer
Via git:
- Run
git clone https://github.com/ayaxxchanz/Laravel-Restaurant-App/ - Run
composer install(in project directory) - Run
cp .env.example .env(in project directory) - Open phpMyAdmin and create a new database
- Open
.envfile and insert your database details,DB_DATABASE,DB_USERNAME,DB_PASSWORD - Run
php artisan key:generate(in project directory) - Run
php artisan migrate(in project directory) - Run
php artisan serve(in project directory)
Via .zip package:
- Download RestaurantApp.zip
- Extract file to desktop
- Open phpMyAdmin and create a new database named
laravel_practice - Import
database.sqlinto the database - Run
php artisan key:generate(in project directory) - Run
php artisan serve(in project directory)





