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-12-18 03:02:20 |
Package Statistics | |
---|---|
Total Downloads: | 714 |
Monthly Downloads: | 73 |
Daily Downloads: | 2 |
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).