Simple project with ability to search for available room and book them, also see events on the calendar, filtered by room or booked user.
Adminpanel is generated with Laravel generator: QuickAdminPanel.com
- PHP 7.2
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