coderello / laraflash

⚡ Flash messages on steroids.
MIT License
157 stars 18 forks source link

Is there a demo I can see? #2

Closed sunscreem closed 6 years ago

sunscreem commented 6 years ago

This looks interesting - do you have a working implementation on the front end I can have a look at?

hivokas commented 6 years ago

What do you mean by a working implementation? Demo project with usage of this package?

sunscreem commented 6 years ago

Yeah - it would be nice to see how you use it on the front end too :)

hivokas commented 6 years ago

It's incredibly simple. Just one line in the blade view: {!! laraflash()->render() !!}

hivokas commented 6 years ago

If you want to change the skin, you can do it in the config file.