Skip to content

Saibamen/HotelManager

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
app
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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: admin2@example.com
Password: testadmin2

User:
Login: user2@example.com
Password: testuser2

Author

Adam Stachowicz saibamenppl@gmail.com