syscover/laravel-hotel-manager

There is no license information available for the latest version (2.0.14) of this package.

Hotel Manager package

2.0.14 2017-07-25 09:45 UTC

This package is auto-updated.

Last update: 2024-04-18 01:16:44 UTC


README

Total Downloads

Installation

1 - From the command line run

composer require syscover/laravel-hotel-manager

2 - Register service provider, on file config/app.php add to providers array

Syscover\HotelManager\HotelManagerServiceProvider::class,

3 - Execute publish command

php artisan vendor:publish --provider="Syscover\HotelManager\HotelManagerServiceProviderr"

##Configuration Set config options on config\hotelManager.php The best option is set options in environment file, with this example

HOTELMANAGER_URL=https://xxxxxx
HOTELMANAGER_USER=xxxxxxxxx
HOTELMANAGER_PASSWORD=xxxxxxxxx