Maintenance - A set of handy commands for app maintanence.
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.
- Matt Lantz (@mattylantz, mattlantz at gmail dot com)
- PHP 7.4+
Laravel Version | Package Tag | Supported |
---|---|---|
^7.x - ^11.x | 0.3.x | yes |
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"
https://docs.grafite.ca/utilities/maintenance
Grafite Database is open-sourced software licensed under the MIT license
Please add as many details as possible regarding submission of issues and feature requests
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.