ceddyg/clara-parameter

Repository to create parameter from the database.

4.1.0 2020-04-19 21:57 UTC

This package is auto-updated.

Last update: 2024-04-20 06:42:48 UTC


README

Installation

composer require ceddyg/clara-parameter

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

CeddyG\ClaraParameter\ParameterServiceProvider::class,

Then to publish the files.

php artisan vendor:publish --provider="CeddyG\ClaraParameter\ParameterServiceProvider"

Use

$sParam = param($sSlug, $sDefaultValue);