Skip to content

Latest commit

 

History

History
42 lines (33 loc) · 1.15 KB

README.md

File metadata and controls

42 lines (33 loc) · 1.15 KB

Restuarant

Resturant booking and management webpage made with Laravel and VueJS

Live demo

laravel vue license

Features

  • Online booking form.
  • Message the restaurant.
  • Input filtering.
  • Display your dishes.
  • Admin page for managing bookings and messages.
  • Customer receives email on booking.
  • Customer receives login info to update their booking.

Setup

  • Run the setup script
chmod +x setup.sh
./setup.sh
  • To send out emails you need to fill in your mail details in .env under MAIL_DRIVER.