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
Requires
- php: >=5.6.4
README
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