2017 © Pedro Peláez
 

library support

Opinionated Laravel Support Package

image

iolson/support

Opinionated Laravel Support Package

  • Wednesday, May 4, 2016
  • by iolson
  • Repository
  • 1 Watchers
  • 2 Stars
  • 1,513 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 6 Versions
  • 0 % Grown

The README.md

Support

Latest Version Software License Build Status Code Coverage Quality Score Total Downloads, (*1)

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

Installation

This package can be installed through Composer., (*3)

composer require iolson/support

You must install this service provider., (*4)

// config/app.php
'providers' => [
    ...,
    IanOlson\Support\SupportServiceProvider::class,
];

Documentation

Documentation can be found here., (*5)

Changelog

Important versions listed below. Refer to the Changelog for a full history of the project., (*6)

Support

The following support channels can be used for contact., (*7)

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

Contributing & Protocols

License

This software is released under the MIT License., (*9)

Copyright (c) 2016 Ian Olson, (*10)

The Versions