LaraFlash
LaraFlash copied to clipboard
A powerful and flexible flash notifications system. Improving over built-in Laravel Flash messaging functionality.
Does it work in simple laravel blade as well??
When calling the following the code, it does not show the LaraFlash data: ```php LaraFlash::success('Success message...'); return redirect(route('index')); ``` Hence, the redirect is clearing the flash.
syntax error, unexpected 'new' (T_NEW), expecting identifier (T_STRING) (1/1) FatalErrorExceptionsyntax error, unexpected 'new' (T_NEW), expecting identifier (T_STRING) -- in LaraFlash.php (line 70)