oneplusone/cmwquery

Sent easy request to your comindwork

v2.0.2 2023-09-11 08:41 UTC

README

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

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.