hrmsh/feature-checklist

v1.0 2018-01-10 10:16 UTC

This package is not auto-updated.

Last update: 2024-05-11 02:08:50 UTC


README

To get started, use Composer to add the package to your project's dependencies:

composer require hrmsh/feature-checklist

Configuration

After installing, register the Hrmsh\FeatureChecklist\FeatureChecklistServiceProvider in your config/app.php configuration file:

'providers' => [
    // Other service providers...

    Hrmsh\FeatureChecklist\FeatureChecklistServiceProvider::class,
],

Usage

add this blade tag to your header or any proper place @featurechecklist