jacksunny2020 / eventprocess by jacksunny2020

simple event process plugin including dispatching on tree for laravel framework
20
0
2
Package Data
Maintainer Username: jacksunny2020
Maintainer Contact: jacksunny2020@126.com (jacksunny2020)
Package Create Date: 2017-06-09
Package Last Update: 2017-08-15
Language: PHP
License: Unknown
Last Refreshed: 2024-11-23 03:08:48
Package Statistics
Total Downloads: 20
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 0
Total Watchers: 2
Total Forks: 0
Total Open Issues: 0

eventprocess

simple event process plugin including dispatching on tree for laravel framework

How to install and configurate package

  1. install the laravel package composer require "jacksunny/eventprocess":"dev-master"

please check exist line "minimum-stability": "dev" in composer.json if failed

  1. append new service provider file line in the section providers of file app.config after appended,it should looks like
  1. create event class TestEvent

  2. create event listener class TestEventListener

  3. please notify me if you got any problem or error on it,thank you!