Package Data | |
---|---|
Maintainer Username: | carlospalacin |
Maintainer Contact: | info@syscover.com (SYSCOVER SL) |
Package Create Date: | 2016-12-14 |
Package Last Update: | 2017-07-25 |
Language: | PHP |
License: | Unknown |
Last Refreshed: | 2025-02-06 03:08:18 |
Package Statistics | |
---|---|
Total Downloads: | 104 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 3 |
Total Watchers: | 3 |
Total Forks: | 0 |
Total Open Issues: | 0 |
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