tlr / l4-support
Helpers and Utilities for Laravel
Installs: 3 433
Dependents: 0
Suggesters: 0
Security: 0
Stars: 5
Watchers: 1
Forks: 0
Open Issues: 0
Requires
- php: >=5.3.0
- illuminate/support: 4.2.*
Requires (Dev)
- illuminate/console: 4.2.*
- mockery/mockery: dev-master
- patchwork/utf8: 1.1.*
- symfony/http-foundation: 2.*
This package is auto-updated.
Last update: 2022-02-01 12:32:46 UTC
README
Some Helper classes and functions for Laravel 4
NB. This is still all subject to change
- Html Macro
- Functions
- Repository
- Validation Rules
- Orderer
- Order Enforcer
- Slugifier
- Asset Management
- CDN
Installation
Add "tlr/l4-support": "1.*"
to your composer.json's require object.
For the HTML macro, and the Validation rules, you may want to add Tlr\Support\SupportServiceProvider
to your providers
list in app.php
.