pallares / laravel-painless-legacy
There is no license information available for the latest version (1.1.0) of this package.
Package info
github.com/skyrpex/laravel-painless-legacy
pkg:composer/pallares/laravel-painless-legacy
1.1.0
2018-03-02 14:52 UTC
Requires
- php: ^5.5.9 || ^7.0
- symfony/http-foundation: 2.8.*|3.0.*
Requires (Dev)
- mockery/mockery: 0.9.*
- phpunit/phpunit: ~4.0
This package is auto-updated.
Last update: 2026-03-05 08:02:49 UTC
README
With this package, you can use some Laravel v5.3+ features in the v5.2.
Features
Middlewares
- ConvertEmptyStringsToNull:
Pallares\LaravelPainlessLegacy\Foundation\Http\Middleware\ConvertEmptyStringsToNull - TrimStrings:
Pallares\LaravelPainlessLegacy\Foundation\Http\Middleware\TrimStrings
Usage: use the middlewares directly.
Http
- Request
validatemacro.
Usage: register the Pallares\LaravelPainlessLegacy\Http\HttpServiceProvider service provider.
Helpers
- tap
Usage: use the method directly.