oneplusone / cmwquery
Sent easy request to your comindwork
Requires
- php: ^8.0|^8.1
- filament/filament: ^3.0
- filament/notifications: ^3.0
- flowframe/laravel-trend: ^0.1.5
- leandrocfe/filament-apex-charts: ^3.0
- spatie/laravel-package-tools: ^1.16.0
Requires (Dev)
- laravel/pint: ^1.0
- nunomaduro/collision: ^7.9
- nunomaduro/larastan: ^2.0.1
- orchestra/testbench: ^8.0
- pestphp/pest: ^2.0
- pestphp/pest-plugin-arch: ^2.0
- pestphp/pest-plugin-laravel: ^2.0
- phpstan/extension-installer: ^1.1
- phpstan/phpstan-deprecation-rules: ^1.0
- phpstan/phpstan-phpunit: ^1.0
- spatie/laravel-ray: ^1.26
This package is auto-updated.
Last update: 2024-12-11 11:04:45 UTC
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.