Web application for managing hotel rooms, guests and reservations with flexible and responsive frontend written in Laravel 5.6
- PHP >= 7.1.3
- OpenSSL PHP Extension
- PDO PHP Extension
- Mbstring PHP Extension
- Tokenizer PHP Extension
- XML PHP Extension
- Composer
First, change .env.example
to .env
and update it
composer install --no-interaction
php artisan key:generate
php artisan migrate
php artisan db:seed
Run by php artisan serve