Skip to content

Web app for managing hotel written in Laravel

License

Notifications You must be signed in to change notification settings

shamstabraiz/HotelManager

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

628 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Admin:
Login: admin2@example.com
Password: testadmin2

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

Author

Adam Stachowicz saibamenppl@gmail.com

About

Web app for managing hotel written in Laravel

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 87.6%
  • Blade 12.0%
  • Other 0.4%