oneplusone/cmwquery
最新稳定版本:v2.0.2
Composer 安装命令:
composer require oneplusone/cmwquery
包简介
Sent easy request to your comindwork
README 文档
README
Support us
We invest a lot of resources into creating best in class open source packages. You can support us by buying one of our paid products.
We highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on our contact page. We publish all received postcards on our virtual postcard wall.
Installation
You can install the package via composer:
composer require oneplusone/cmwquery
You can publish and run the migrations with:
You can publish the config file with:
php artisan vendor:publish --tag="cmwquery-config"
This is the contents of the published config file:
return [ 'cmwquery.php' ];
Usage
To use request automticaly for some Model insert on top of Model file
use OnePlusOne\CMWQuery\Traits\SendCMWRequest;
Indert in model body
use SendCMWRequest;
In config edit Markup : * access to your comindwork * event to send request to comindwork * ration fields in request with fields of your model * widget parameter
Testing
composer test
Changelog
Please see CHANGELOG for more information on what has changed recently.
Credits
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 635
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-04-10