Skip to content

Latest commit

 

History

History
55 lines (34 loc) · 1006 Bytes

README.md

File metadata and controls

55 lines (34 loc) · 1006 Bytes

Laravel 7 Room Booking Case

Simple project with ability to search for available room and book them, also see events on the calendar, filtered by room or booked user.

Laravel Room Booking screenshot


Laravel Room Booking screenshot


Adminpanel is generated with Laravel generator: QuickAdminPanel.com

Prerequisites

  • PHP 7.2

Quick Start

Clone this project

git clone https://github.com/fauzanelka/faculty-room-boking.git

Copy .env.example to .env and set your variables

cp .env.example .env

Update composer dependencies

composer update

Generate application key

php artisan key:generate

Run migration

php artisan migrate --seed

Run server

php artisan serve