laravel-notify
laravel-notify copied to clipboard
Flexible Flash notifications for Laravel
please accept the last pull request
This is my first time using Laravel-notify, I would like to change the position of the notification box from top-right to somewhere like button-right. Any ideas?
I'm trying to install Notify v2 on Laravel 9.0.2 but I'm getting the following error: `Your requirements could not be resolved to an installable set of packages. Problem 1 -...
I think you should add higher z-index value, for the container, sometimes the message show at the back of navbar that has higher z-index value
Does it support flash message in javascript?
`vendor/mckenziearts/laravel-notify/css/notify.css` ``` audio,canvas,embed,iframe,img,object,svg,video { display: block; vertical-align: middle } ``` laravel-notify is just an additional tool, which will affect the main project may be can add a unique parent selector
I get the error below when i imported notifyjs after livewire i.e ``` @livewireScripts @notifyJs ``` ``` dispatch.js:6 Uncaught RangeError: Maximum call stack size exceeded. at dispatch (dispatch.js:6) at Livewire.value...
syntax error, unexpected 'Session' (T_STRING), expecting function (T_FUNCTION) or const (T_CONST) After Updating the Package 