Skip to content
This repository was archived by the owner on Apr 19, 2021. It is now read-only.

Releases: joselfonseca/laravel-tactician

PHP 8 Compatibility

15 Dec 02:32
8e660eb
Compare
Choose a tag to compare
Merge pull request #15 from ralbear/ralbear-patch-1

ReflectionParameter::isArray() is deprecated

Stable Release

04 Sep 16:37
Compare
Choose a tag to compare
  • Add support for laravel 6
  • Add lazy loader locator for better memory usage. (#6)
  • Update generators command to generate files in a app\Commands folder and classes be FooCommand and FooHandler respectively.

Update tests and packages

29 Jul 12:54
Compare
Choose a tag to compare
0.5.1

refactor tests

Receive data as array in command

19 Oct 12:34
00367bb
Compare
Choose a tag to compare

Auto discovery

23 Apr 02:12
e623de1
Compare
Choose a tag to compare

Thanks to @jffsx

Maintenance release

07 Apr 22:05
Compare
Choose a tag to compare

Minor Updates

09 Dec 13:07
Compare
Choose a tag to compare

Updated the bus to accept a prebuilt command thanks to @jcrowe206 #4

0.3.2

28 Jul 05:00
Compare
Choose a tag to compare

Update Doc blocks and change locator interface

24 Jul 18:50
Compare
Choose a tag to compare

Changed the Locator interface to make sure the addHandler and addHandlers methods are implemented. 1a4106a

Add Generators

24 Jul 16:27
Compare
Choose a tag to compare

Add Command and handlers Generators 9183a5f thanks to @timbroder