| 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: | 2025-10-29 03:02:14 |
| Package Statistics | |
|---|---|
| Total Downloads: | 920 |
| Monthly Downloads: | 1 |
| Daily Downloads: | 1 |
| Total Stars: | 1 |
| Total Watchers: | 1 |
| Total Forks: | 0 |
| Total Open Issues: | 0 |
Adopt the Laravel Form Request to Lumen framework.
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);
Let's continue the official Laravel's documantation.
This package is licensed under The MIT License (MIT).