You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Validator feature development (#16)
* Fixed and cleaned the pre post callback functions, add custom validator support
* Add some comments
* Add some comment
* Apply fixes from StyleCI (#11)
* As agreed, based upon your master (#15)
* Use named Keys in the conffig array
* Initial support for multiple workflows per model
* Fixes to name StateMachine and include state machine in histroy
* fixes + adding the status field operated on to the history table.
* updated Readme.md to refelct the chances.
* Validator feature development (#12)
* Fixed and cleaned the pre post callback functions, add custom validator support
* Add some comments
* Add some comment
* Apply fixes from StyleCI (#11)
* Remove obsolete sm-name
* Revert "updated Readme.md to refelct the chances."
This reverts commit ab088c4e8d44934321d3c539236485c85aa8821b.
* Revert "Revert "updated Readme.md to refelct the chances.""
This reverts commit fd5dca7f4379c5b27cc1301d82db2351ea8e8868.
Co-authored-by: Istvan Szana <szana8@gmail.com>
* Update laraflow.php
* Update laraflow.php
* Fixed a transition check issue
* Remove unnecessary comments from the config file
* Rename src/config/laraflow.php to src/Config/laraflow.php
* Rename exception.php to Exception.php
* Rename validation.php to Validation.php
* Updated the readme file
* Apply fixes from StyleCI (#17)
Co-authored-by: Leo van Elburg <leo@lvesoft.nl>