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.gitCopy .env.example to .env and set your variables
cp .env.example .envUpdate composer dependencies
composer updateGenerate application key
php artisan key:generateRun migration
php artisan migrate --seedRun server
php artisan serve
