iolson / support
Opinionated Laravel Support Package
Installs: 1 519
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 2
Forks: 0
Open Issues: 1
Requires
- php: >=5.5.9
- illuminate/console: ^5.1|^5.2
- illuminate/database: ^5.1|^5.2
- illuminate/events: ^5.1|^5.2
- illuminate/routing: ^5.1|^5.2
- illuminate/support: ^5.1|^5.2
- ramsey/uuid: ^3.2
- symfony/http-foundation: 2.7.*|^3.0
Requires (Dev)
- fzaninotto/faker: ^1.5
- mockery/mockery: ~0.9
- phpspec/phpspec: ~2.1
- phpunit/phpunit: ~4.0
- scrutinizer/ocular: ~1.1
- squizlabs/php_codesniffer: ^2.5
This package is not auto-updated.
Last update: 2024-10-26 18:22:45 UTC
README
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