asanzred / kount
Kount wrapper for Laravel 5
This package's canonical repository appears to be gone and the package has been frozen as a result.
dev-master / 1.0.x-dev
2020-08-10 15:02 UTC
Requires
- php: ~5.6|~7.0
- illuminate/support: ~5.1
Requires (Dev)
- phpunit/phpunit: ~4.0||~5.0
- squizlabs/php_codesniffer: ^2.3
This package is auto-updated.
Last update: 2022-06-16 22:57:37 UTC
README
For Laravel 4 version look at Laravelkount
Install
Via Composer
$ composer require smallworldfs/kount
Add ServiceProvider in your app.php
config file.
// config/app.php 'providers' => [ ... Smallworldfs\Kount\KountServiceProvider::class, ]
Configuration
Publish config and migration by running:
php artisan vendor:publish --provider=smallworldfs/kount
php artisan migrate
Change log
Please see CHANGELOG for more information what has changed recently.
Testing
$ composer test
Contributing
Please see CONTRIBUTING and CONDUCT for details.
Security
If you discover any security related issues, please email smallworldfs@gmail.com instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.