An opinionated support package for Laravel, that provides flexible and reusable helper methods and traits for commonly used functionality.
This package can be installed through Composer.
composer require iolson/support
You must install this service provider.
// config/app.php
'providers' => [
...,
IanOlson\Support\SupportServiceProvider::class,
];
Documentation can be found here.
Important versions listed below. Refer to the Changelog for a full history of the project.
The following support channels can be used for contact.
Bug reports, feature requests, and pull requests can be submitted by following our Contribution Guide.
This software is released under the MIT License.
Copyright (c) 2016 Ian Olson