syscover/booking

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

Booking package

Installs: 213

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 0

Open Issues: 0

Language:HTML

v2.0.40 2017-05-16 13:10 UTC

README

Total Downloads

Installation

1 - After install Laravel framework, insert on file composer.json, inside require object this value

"syscover/booking": "~2.0"

and execute on console:

composer update

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

Syscover\Booking\BookingServiceProvider::class,
Syscover\FacturaDirecta\FacturaDirectaServiceProvider::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="BookingTableSeeder"

6 - Execute command to load all updates

php artisan migrate --path=database/migrations/updates

Activate Package

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.