L
L
lynnikvadim2015-07-15 17:04:37
Laravel
lynnikvadim, 2015-07-15 17:04:37

Show notifications in Laravel 5?

Is there a functionality in Laravel with which it would be possible to display messages?
For example, "User ***** deleted."
If so, how can I use this function?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
A
Alexey Ukolov, 2015-07-15
@alexey-m-ukolov

There is, how not to be - https://github.com/laracasts/flash

D
Dzham, 2015-07-15
@Dzham

toaster + Session::flash('key', 'value');

E
Evgeny Perin, 2015-07-15
@seoperin

https://laracasts.com/series/laravel-5-fundamental...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question