luissobrinho/lform
Composer 安装命令:
composer require luissobrinho/lform
包简介
A remarkably magical form and input maker tool for Laravel.
README 文档
README
LForm - A remarkably magical form and input maker tool for Laravel.
The LForm package provides a set of tools for generating HTML forms with as little as 1 line of code. Don't want to write boring HTML, neither do we. The LForm will generate error containers, all fields defined by either the table or object column types, or if you prefer to have more control define a config. In the case that you want to write more than 1 line of code, LForm comes with the InputMaker service as well. With the InputMaker you can create any form of input, including html for Eloquent relationships.
Author(s):
Requirements
- PHP 7+
- OpenSSL
Compatability and Support
| Laravel Version | Package Tag | Supported |
|---|---|---|
| 5.4.x - 7.x | 1.3.x | yes |
Installation
Start a new Laravel project:
composer create-project laravel/laravel your-project-name
Then run the following to add LForm
composer require "luissobrinho/formmaker"
Time to publish those assets!
php artisan vendor:publish --provider="Luissobrinho\LForm\LFormProvider"
License
LForm is open-sourced software licensed under the MIT license
Bug Reporting and Feature Requests
Please add as many details as possible regarding submission of issues and feature requests
Disclaimer
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
统计信息
- 总下载量: 4
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-05-10