Download the PHP package hl/hiloxa-trigger without Composer
On this page you can find all versions of the php package hl/hiloxa-trigger. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download hl/hiloxa-trigger
More information about hl/hiloxa-trigger
Files in hl/hiloxa-trigger
Package hiloxa-trigger
Short Description Webhook trigger package for hiloxa
License MIT
Homepage https://github.com/husseinzaher/hiloxa-trigger
Informations about the package hiloxa-trigger
Hiloxa trigger
This package adds state support to models.
To give you a feel about how this package can be used, let's look at a quick example.
Installation
You can install the package via composer:
You can publish the config file with:
This is the content of the published config file:
Imagine a model Customer
, which has : name
, email
and phone
. This package allows you to add your model to Hiloxa
Contact
For the sake of our example, let's say that,
Here's what the Customer
model would look like:
Here's a concrete implementation of data class, the CustomerDTO
which refer to valid customer data:
License
The MIT License (MIT). Please see License File for more information.
All versions of hiloxa-trigger with dependencies
illuminate/database Version ^8.0|^9.0|^10.0
illuminate/queue Version ^8.0|^9.0|^10.0
illuminate/support Version ^8.0|^9.0|^10.0
illuminate/http Version ^8.0|^9.0|^10.0
nesbot/carbon Version ^2.53.1|^2.63
spatie/laravel-package-tools Version ^1.9