Skip to content
This repository has been archived by the owner on Jan 12, 2020. It is now read-only.

Releases: madewithlove/tactician-laravel

1.0.2

07 May 09:55
6d4ef9c
Compare
Choose a tag to compare

Added

  • Support for Laravel's package discovery
  • Support for Laravel 5.4, 5.5 and 5.6

1.0.1

23 Aug 18:19
Compare
Choose a tag to compare

Added

  • Allow Laravel 5.3

1.0.0

14 Mar 18:18
Compare
Choose a tag to compare

Added

  • Configurable origin and target names

Tagged as 1.0.0 since http://tactician.thephpleague.com/ also tagged 1.0.0 so we can make BC together with them.

Upgrading

There are no breaking changes in this release

Configurable origin and target names

This release adds a bit more customization to your configuration file. The goal is to prevent having to overload the ContainerLocator in your project by exposing the replacements.origin and replacements.target configurations. This allows you to easily switch the namespace where your commands and handlers are located.

0.1.0

23 Dec 09:24
Compare
Choose a tag to compare

Added

  • Added Illuminate\Container locator
  • Added TransactionMiddleware
  • Added configurable middleware