Download the PHP package alibori/laravel-db-size-alerts without Composer
On this page you can find all versions of the php package alibori/laravel-db-size-alerts. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download alibori/laravel-db-size-alerts
More information about alibori/laravel-db-size-alerts
Files in alibori/laravel-db-size-alerts
Package laravel-db-size-alerts
Short Description Laravel package to receive alerts about database size limits.
License MIT
Homepage https://github.com/alibori/laravel-db-size-alerts
Informations about the package laravel-db-size-alerts
Laravel package to receive alerts about database size limits.
This package allows you to receive alerts about database tables size limits.
Installation
IMPORTANT: This package requires mysql database connection.
You can install the package via composer:
You can publish the config file with:
You can publish the mail views file with:
Usage
You can use the following artisan command to check the specified tables size:
Or, recommended, you can schedule the artisan command to run periodically on your App\Console\Kernel.php
file:
In both cases, if the APP_ENV is not local you will receive an email with the tables that have exceeded the specified size limit.
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
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.
All versions of laravel-db-size-alerts with dependencies
spatie/laravel-package-tools Version ^1.14.0
illuminate/contracts Version *