Skip to content
This repository has been archived by the owner on Jul 5, 2023. It is now read-only.

Saibamen/HotelManager

Repository files navigation

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