mtvtd/laravel-stats

This is my package LaravelStats

v1.0.3 2025-02-10 15:30 UTC

This package is auto-updated.

Last update: 2025-02-17 08:30:07 UTC


README

Latest Version on Packagist Tests Check & fix styling Total Downloads

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.