iolson / support by iolson

Opinionated Laravel Support Package
1,519
3
2
Package Data
Maintainer Username: iolson
Maintainer Contact: me@ianolson.io (Ian Olson)
Package Create Date: 2016-05-01
Package Last Update: 2016-05-04
Home Page:
Language: PHP
License: MIT
Last Refreshed: 2024-04-17 15:02:18
Package Statistics
Total Downloads: 1,519
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 3
Total Watchers: 2
Total Forks: 0
Total Open Issues: 1

Support

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