grafite/support

Some handy Laravel Support tools

v1.4.1 2024-04-24 20:01 UTC

This package is auto-updated.

Last update: 2024-04-24 20:02:18 UTC


README

Grafite Support

Support - A handy set of Support components for Laravel apps.

Build Status Maintainability Packagist license

The Support package is a collection of handy tools for various Laravel components.

Author(s):

Requirements

  1. PHP 8.1+

Compatibility and Support

Laravel Version Package Tag Supported
^9.x - ^11.x 1.x yes

Installation

Start a new Laravel project:

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

Then run the following to add Support

composer require "grafite/support"

Time to publish those assets!

php artisan vendor:publish --provider="Grafite\Support\SupportProvider"

Documentation

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

License

Support 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.