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.
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'
];
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
composer test
Please see CHANGELOG for more information on what has changed recently.
The MIT License (MIT). Please see License File for more information.