laravel / framework

The Laravel Framework.
https://laravel.com
MIT License
32.39k stars 10.98k forks source link

Call to a member function flash() on null #18643

Closed tvsnarayana closed 7 years ago

tvsnarayana commented 7 years ago

Description:

Steps To Reproduce:

themsaid commented 7 years ago

Please report on the lumen-framework repo.

amiralibk commented 5 years ago

you can use ->with(); or session()->flash('status', 'your message text'); before return view