hrmsh / feature-checklist
Feature Checklist.
Installs: 31
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/hrmsh/feature-checklist
Requires
- php: >=5.4.0
- symfony/dom-crawler: ^4.0
Requires (Dev)
- mockery/mockery: ~0.9
- phpunit/phpunit: ~4.0|~5.0
This package is not auto-updated.
Last update: 2025-10-11 08:43:21 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