ceddyg/clara-framework

Basic components for Clara.

4.2.0 2021-02-10 15:07 UTC

This package is auto-updated.

Last update: 2024-04-10 22:24:22 UTC


README

Basic components for Clara.

Installation

composer require ceddyg/clara-framework

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

CeddyG\Clara\ServiceProvider::class,

Then to publish the files.

php artisan vendor:publish --provider="CeddyG\Clara\ClaraServiceProvider"