Skip to content

vantanto/vrestaurant

Repository files navigation

💰 vrestaurant - Restaurant Reservations

Restauran reservations and landing page management system. Powered by laravel 9, pato template and coreui template.

📸 Showcase


⚡ Features

  • Reservation
  • Landing Page CMS
  • Analytical Reservations Dashboard

🚀 Ship vrestaurant

vrestaurant require PHP >= 8.0.

Simply you can clone this repository:

git clone https://github.com/vantanto/vrestaurant.git
cd vrestaurant

Install dependencies using composer

composer install

Copy and Setup database in .env file

cp .env.example .env

Generate key & Run migration, seeding & Storage link public folder & Start local developement

php artisan key:generate
php artisan migrate --seed
php artisan storage:link
php artisan serve

You can now access the server at http://localhost:8000

Optional Reservations Seeder with 1.000 dummy data for Analytical Reservation Dashboard

php artisan db:seed ReservationsSeeder

📃 View more documentation in here.

📝 Credit

Special Thanks

This project is MIT licensed.