peterzaccha / completeness-checker
A Laravel Package
v1.0.3
2019-08-07 03:50 UTC
Requires
- php: ^7.2
- illuminate/support: 5.8.*
This package is auto-updated.
Last update: 2024-11-07 14:50:41 UTC
README
Installation
You can install the package via composer:
composer require // add code here
If you are using Laravel in a version < 5.5, the service provider must be registered as a next step:
// config/app.php 'providers' => [ ... // add code here ];
Usage
Changelog
Check CHANGELOG for the changelog
Testing
To run tests use
$ composer test
Contributing
Security
If you discover any security related issues, please email your@mail.tld or use the issue tracker of GitHub.
About
License
The MIT License (MIT). Please see License File for more information.