LaraFlash icon indicating copy to clipboard operation
LaraFlash copied to clipboard

A powerful and flexible flash notifications system. Improving over built-in Laravel Flash messaging functionality.

Results 3 LaraFlash issues
Sort by recently updated
recently updated
newest added

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.

question

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)