Support - A handy set of Support components for Laravel apps.
The Support package is a collection of handy tools for various Laravel components.
- Matt Lantz (@mattylantz, mattlantz at gmail dot com)
- PHP 8.1+
Laravel Version | Package Tag | Supported |
---|---|---|
^9.x - ^11.x | 1.x | yes |
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"
https://docs.grafite.ca/utilities/support
Support 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.