mtvtd / laravel-stats
This is my package LaravelStats
Fund package maintenance!
spaanproductions
Requires
- php: ^7.2|^8.0|^8.1|^8.2|^8.3|^8.4
- composer-runtime-api: ^2.0
- illuminate/contracts: ^8.37|^9.0|^10.0|^11.0|^12.0
- spatie/laravel-package-tools: ^1.4
Requires (Dev)
- brianium/paratest: ^6.2
- nunomaduro/collision: ^5.3|^6.0
- orchestra/testbench: ^6.15|^7.0|^8.0|^9.0|^10.0
- phpunit/phpunit: ^9.3
README
This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.
Installation
You can install the package via composer:
composer require mtvtd/laravel-stats
You can publish the config file with:
php artisan vendor:publish --provider="Mtvtd\LaravelStats\LaravelStatsServiceProvider" --tag="laravel-stats-config"
Add .env variables:
# status.mtvtd.nl LARAVEL_STATS_TOKEN=[your-api-token] LARAVEL_STATS_SCHEDULER_LOGGING_ENABLED=true
Add the update command to de deploy script:
php artisan mtvtd:laravel-stats
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
License
The MIT License (MIT). Please see License File for more information.