syscover/hotels is a Laravel package for hotels package.
It currently has 1 GitHub stars and 303 downloads on Packagist (latest version v2.0.0).
Install it with composer require syscover/hotels.
Discover more Laravel packages by syscover
or browse all Laravel packages to compare alternatives.
Last updated
1 - After install Laravel framework, insert on file composer.json, inside require object this value
"syscover/hotels": "~2.0"
and execute on console:
composer install
2 - Register service provider, on file config/app.php add to providers array
Syscover\Hotels\HotelsServiceProvider::class,
3 - Execute publish command
php artisan vendor:publish
4 - Execute optimize command load new classes
php artisan optimize
5 - And execute migrations and seed database
php artisan migrate
php artisan db:seed --class="HotelsTableSeeder"
6 - Execute command to load all updates
php artisan migrate --path=database/migrations/updates
Access to Pulsar Panel, and go to:
Administration-> Permissions-> Profiles, and set all permissions to your profile by clicking on the open lock.
Go to Administration -> Packages, edit the package installed and activate it.