WebRegul / lumen-form-request by WebRegul

Adopt the Laravel Form Request to Lumen framework.
373
1
1
Package Data
Maintainer Username: WebRegul
Maintainer Contact: x2e8@yandex.ru (Sergey Andriyanov)
Package Create Date: 2022-08-13
Package Last Update: 2023-08-03
Language: PHP
License: MIT
Last Refreshed: 2024-04-22 03:02:01
Package Statistics
Total Downloads: 373
Monthly Downloads: 8
Daily Downloads: 0
Total Stars: 1
Total Watchers: 1
Total Forks: 0
Total Open Issues: 0

Lumen Form Request

Latest Version on Packagist Software License StyleCI

Adopt the Laravel Form Request to Lumen framework.

Installation

You can install the package via composer:

composer require webregul/lumen-form-request

Register the service provider in your boostrap/app.php configuration file:

$app->register(Illuminate\Foundation\Providers\FormRequestServiceProvider::class);

Usage

Let's continue the official Laravel's documantation.

License

This package is licensed under The MIT License (MIT).