ceddyg/clara-pim

Pim feature for Clara.

4.0.2 2022-01-18 22:40 UTC

This package is auto-updated.

Last update: 2024-04-19 03:18:29 UTC


README

Pim feature for Clara.

Installation

composer require ceddyg/clara-pim

Add to your providers in 'config/app.php'

CeddyG\ClaraPim\PimServiceProvider::class,

Then to publish the files.

php artisan vendor:publish --provider="CeddyG\ClaraPim\PimServiceProvider"