grafite/maintenance

A handy set of commands for app maintenance

v0.6.1 2024-04-25 03:19 UTC

This package is auto-updated.

Last update: 2024-04-25 03:20:09 UTC


README

Grafite Maintenance

Maintenance - A set of handy commands for app maintanence.

PHP Package Tests Packagist license

The Grafite Maintenance package is a collection of commands to help with app maintenance. This package has commands which can help delete old logs, and system leftovers which can eat up server space over time.

Author(s):

Requirements

  1. PHP 7.4+

Compatibility and Support

Laravel Version Package Tag Supported
^7.x - ^11.x 0.3.x yes

Installation

Start a new Laravel project:

composer create-project laravel/laravel your-project-name

Then run the following to add Grafite Maintenance

composer require "grafite/maintenance"

Documentation

https://docs.grafite.ca/utilities/maintenance

License

Grafite Database is open-sourced software licensed under the MIT license

Bug Reporting and Feature Requests

Please add as many details as possible regarding submission of issues and feature requests

Disclaimer

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.