You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Laracasts/flash got updated so are views need fixing
New modal view is not working yet as I can’t get the foundation reveal stuff to work
Use to trigger a overlay flash
`flash()->overlay('Modal Message', 'Modal Title’);`
but we need something like
```
<script>
$('#flash-overlay-modal’).foundation(‘open’);
</script>
```
But I’m just getting errors
0 commit comments