Skip to content

hrmshandy/feature-checklist

Repository files navigation

Instalation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published