HotelManager icon indicating copy to clipboard operation
HotelManager copied to clipboard

Web app for managing hotel written in Laravel

Hotel Manager

Build Status CircleCI Codeship Status for Saibamen/HotelManager Scrutinizer Code Quality Maintainability StyleCI SymfonyInsight codecov

Web application for managing hotel rooms, guests and reservations with flexible and responsive frontend written in Laravel 5.6

All reservations

Requirements

  • PHP >= 7.1.3
  • OpenSSL PHP Extension
  • PDO PHP Extension
  • Mbstring PHP Extension
  • Tokenizer PHP Extension
  • XML PHP Extension
  • Composer

Installation

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

Demo: hotelmanager.it-maniak.pl

Admin:
Login: [email protected]
Password: testadmin2

User:
Login: [email protected]
Password: testuser2

Author

Adam Stachowicz [email protected]