Libraries tagged by flashed session
xaamin/session
252 Downloads
Session Wrapper
anselmi-dev/flashed
21 Downloads
A tiny component to flash messages into Laravel session object.
lloople/laravel-notificator
146 Downloads
Attach objects to notification's session flashed variable
rapidwebltd/no-post-data-laravel-middleware
77 Downloads
Under certain conditions, when posting data from a form, the web server may lose the post data. This commonly happens if a user is uploading a large file beyond the size limits set in the web server's configuration. Laravel does not handle this situation and may end up throwing a somewhat confusing `TokenMismatchException in VerifyCsrfToken` due to CSRF protection. The 'No Post Data Laravel Middleware' handles situations in which a post request has been submitted and contains no post data - a situation which should not occur under normal usage. By default, the middleware will redirect back to the previous page with an error message flashed to the session. This can then be output on your view as you would normally handle validation errors. If needed, you can also modify this default behaviour and allow any code to run when the 'post request with no post data' situation is encountered.
masterro/laravel-flashes
20837 Downloads
Easy flash messages
qanna/session-bag
1 Downloads
A lightweight and flexible package designed to simplify session management in PHP. It offers a convenient api for storing, retrieving and managing session data with a built-in feature for flashing messages.
leeovery/flasher
108 Downloads
A Laravel package to flash 1 or more messages to session, with the ability to override previous or future messages, and to cap messages so they only appear once per session, hour, day etc.
xililo/flash-popup-widget
20 Downloads
A widget that displays session flashes and triggers popups
maxheckel/laravel-sweetalert
8 Downloads
A package that allows you to show sweet alerts with session flashes on all your views
dvamigos/yii2-flash-manager
3 Downloads
Flash manager for managing session flashes for Yii2