iolson/support

Opinionated Laravel Support Package

v1.0.4 2016-05-04 15:13 UTC

This package is not auto-updated.

Last update: 2024-04-27 15:42:24 UTC


README

Latest Version Software License Build Status Code Coverage Quality Score Total Downloads

An opinionated support package for Laravel, that provides flexible and reusable helper methods and traits for commonly used functionality.

Installation

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

Documentation can be found here.

Changelog

Important versions listed below. Refer to the Changelog for a full history of the project.

Support

The following support channels can be used for contact.

Bug reports, feature requests, and pull requests can be submitted by following our Contribution Guide.

Contributing & Protocols

License

This software is released under the MIT License.

Copyright (c) 2016 Ian Olson