cakephp-flash

A CakePHP Flash plugin for more powerful flash messages

MIT License

Downloads
22.4K
Stars
12
Committers
5
cakephp-flash - 3.0.0 Latest Release

Published by dereuromark about 1 year ago

CakePHP 5 compatible release

Enjoy!

cakephp-flash - 2.0.2

Published by dereuromark almost 4 years ago

Fixes

Compatibility with CakePHP 4.2 as the flash bag moved to its own Utility class and therefore a complete separation was needed.

cakephp-flash - 2.0.1

Published by dereuromark over 4 years ago

Fixes

  • Do not add X-Flash header for empty flash messages.
  • Allow deactivating header adding and to customize it again (as per v1).
cakephp-flash - 2.0.0

Published by dereuromark over 4 years ago

CakePHP 4 stable release

This is an extension of the core Flash messages:

  • AJAX header support
  • Limit of messages per stack key
  • Transient flash message support (non-persistent, current request only)
  • By default 4 types (one more): error, warning, success, info
  • Ordered output (error, warning, success, info) and output grouping (filtering per type)

Flash messages are now handled for AJAX requests in an improved way:

  • Any normal flash usage auto transforms into a transient usage, making this not having any side effects on other requests as nothing is written to session.

This plays well together with the Ajax plugin, making it super easy and fast to handle the same action and code as both normal and AJAX request.

cakephp-flash - 2.0.0-rc

Published by dereuromark over 4 years ago

CakePHP 4 compatible pre-release.

Please help to finalize for stable release.

cakephp-flash - 2.0.0-beta

Published by dereuromark almost 5 years ago

CakePHP 4 compatible pre-release.

Please help to finalize for stable release.

cakephp-flash - 1.1.2

Published by dereuromark almost 5 years ago

Improvements

Removed deprecations.
Requires now CakePHP 3.8+.

cakephp-flash - 1.1.1

Published by dereuromark over 5 years ago

Bugfixes

Fix notice.

cakephp-flash - 1.1.0

Published by dereuromark almost 6 years ago

Improvements

  • Support Crud plugin and the set() kind of flash messages.
  • CakePHP 3.7+, removed deprecations.
  • Better PHPStan support.
cakephp-flash - First 3.x release

Published by dereuromark about 8 years ago

Tested with CakePHP 3.3+

Package Rankings
Top 11.56% on Packagist.org
Badges
Extracted from project README
CI Coverage Status Minimum PHP Version Coding Standards