Skip to content

Installation

Christopher Lorke edited this page Dec 18, 2018 · 3 revisions

Installation

Composer

composer require triadev/leopard

Application

The package is registered through the package discovery of laravel and Composer.

https://laravel.com/docs/5.7/packages

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.

Clone this wiki locally