- Clone the repo
- Copy
.env.example
to.env
- Run
composer install
orcomposer update
- Create a database and update
.env
file with database credentials - Run
php artisan migrate --seed
- Config
APP_URL
in.env
file - Run
php artisan serve
- Visit your served in your browser
- Home
- Shows the home page of the app
- Shows the restaurant items which are available
- Reservation form to book the table
- Contact form to send the message
- Dashboard
- Shows the widgets to get the overview of the app
- Slider Management
- Sliders List
- Add/Edit/Delete Slider
- Category Management
- Categories List
- Add/Edit/Delete Category
- Item Management
- Items List
- Add/Edit/Delete Item
- Reservation Management
- Reservations List
- Accept/Reject Reservation
- Delete Supplier
- Contact Message Management
- Contact Messages List
- Show Contact Message Details
- Delete Contact Message
- Login
- Login with email and password
- Logout
Home Page | Reservation Form | Login Page |
Dashboard Page | Slider Management | Category Management |
Item Management | Reservation Management | Contact Message Management |
- Email:
admin@app.com
- Password:
password
Copyright © 2024 M.I SHAJIB.
This project is MIT licensed.