gabrielchavezme/laraform-command
最新稳定版本:1.1.0
Composer 安装命令:
composer require gabrielchavezme/laraform-command
包简介
Generate Laraform class in your Laravel project.
关键字:
README 文档
README
This library provides a simple command to generate Laraform forms.
Installation
Use the package manager composer to install laraform-command.
composer require gabrielchavezme/laraform-command
Usage
You can generate an empty Laraform class by running the following command:
php artisan make:laraform YourFormName
If you need to generate a class with the default methods and save some time, you can add the --m or --methods parameter:
php artisan make:laraform YourFormName -m
This will generate a class with the default methods, saving some time in your development.
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
License
统计信息
- 总下载量: 604
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-06-13