PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Hashemi Rafsan   Fireworks Laravel Event Sourcing   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Fireworks Laravel Event Sourcing
Handle model class events in the object itself
Author: By
Last change:
Date: 3 years ago
Size: 748 bytes
 

Contents

Class file image Download
{ "name": "hashemi/fireworks", "description": "A simple trait that will help to fire property wise event on your laravel model. Using laravel model events, to create hooks.", "type": "library", "license": "MIT", "keywords": [ "model-events", "eloquent", "laravel", "column-wise-events" ], "authors": [ { "name": "Hashemi Rafsan", "email": "rafsanhashemi@gmail.com" } ], "minimum-stability": "dev", "require": { "php": ">=7.1", "illuminate/database": "^6.0|^7.0|^8.0", "illuminate/support": "^6.0|^7.0|^8.0" }, "autoload": { "psr-4": { "Hashemi\\Fireworks\\": "src/" } } }