-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
Christopher Lorke edited this page Dec 18, 2018
·
3 revisions
composer require triadev/leopard
The package is registered through the package discovery of laravel and Composer.
Once installed you can now publish your config file and set your correct configuration for using the package.
php artisan vendor:publish --provider="Triadev\Leopard\Provider\ServiceProvider" --tag="config"
This will create a file config/leopard.php
.
php artisan vendor:publish --provider="Triadev\Leopard\Provider\ServiceProvider" --tag="database"
This will create a mapping directory at database/mappings
.