mckenziearts / laravel-notify

Flexible Flash notifications for Laravel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Timeout not working

isuru9732 opened this issue · comments

this work for me #53 (comment)

I had the same problem, them I solved it, look at the code below

@include('notify::components.notify')

@notifyCss
@notifyJs

@notifyJs should come after @include('notify::components.notify')

🤣