Download the PHP package webregul/lumen-form-request without Composer
On this page you can find all versions of the php package webregul/lumen-form-request. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download webregul/lumen-form-request
More information about webregul/lumen-form-request
Files in webregul/lumen-form-request
Package lumen-form-request
Short Description Adopt the Laravel Form Request to Lumen framework.
License MIT
Homepage https://github.com/webregul/lumen-form-request
Informations about the package lumen-form-request
Lumen Form Request
Adopt the Laravel Form Request to Lumen framework. Используется namespace для совместимости со Scribe
- Installation
- Usage
- License
Installation
You can install the package via composer:
Register the service provider in your boostrap/app.php
configuration file:
Usage
Let's continue the official Laravel's documantation.
По дефолту добавлены кастомизированные сообщения об ошибках. Для их отключения в Request классе объявить:
либо использовать метод
Для добавления собственных ошибок без отключения дефолтных:
License
This package is licensed under The MIT License (MIT).
All versions of lumen-form-request with dependencies
illuminate/auth Version ^10.0
illuminate/console Version ^10.0
illuminate/container Version ^10.0
illuminate/contracts Version ^10.0
illuminate/http Version ^10.0
illuminate/support Version ^10.0
illuminate/translation Version ^10.0
illuminate/validation Version ^10.0