This repository was archived by the owner on Apr 19, 2021. It is now read-only.
Releases: joselfonseca/laravel-tactician
Releases · joselfonseca/laravel-tactician
PHP 8 Compatibility
Merge pull request #15 from ralbear/ralbear-patch-1 ReflectionParameter::isArray() is deprecated
Stable Release
- 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 beFooCommand
andFooHandler
respectively.
Update tests and packages
0.5.1 refactor tests
Receive data as array in command
Please see: #11
Auto discovery
Thanks to @jffsx
Maintenance release
Minor Updates
Updated the bus to accept a prebuilt command thanks to @jcrowe206 #4
0.3.2
- Added Locking middleware as default. Please see http://tactician.thephpleague.com/plugins/locking-middleware/ for more info. 3f65bfd
- Added Database Transactions Middleware https://github.com/joselfonseca/laravel-tactician/blob/master/src/Middleware/DatabaseTransactions.php. 3f65bfd
Update Doc blocks and change locator interface
Changed the Locator interface to make sure the addHandler
and addHandlers
methods are implemented. 1a4106a
Add Generators
Add Command and handlers Generators 9183a5f thanks to @timbroder