hrmsh / feature-checklist
Feature Checklist.
v1.0
2018-01-10 10:16 UTC
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-01-04 05:01:03 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