pallares/laravel-painless-legacy

There is no license information available for the latest version (1.1.0) of this package.

Installs: 17 581

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/pallares/laravel-painless-legacy

1.1.0 2018-03-02 14:52 UTC

This package is auto-updated.

Last update: 2025-10-05 07:08:04 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 validate macro.

Usage: register the Pallares\LaravelPainlessLegacy\Http\HttpServiceProvider service provider.

Helpers

  • tap

Usage: use the method directly.