laravel-notify icon indicating copy to clipboard operation
laravel-notify copied to clipboard

Flexible Flash notifications for Laravel

Results 48 laravel-notify issues
Sort by recently updated
recently updated
newest added

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 ![🧨_syntax_error_unexpected_Session_T_STRING_expecting_function_T_FUNCTION_or_const_T_CONST_](https://user-images.githubusercontent.com/17139738/121332839-dd689380-c935-11eb-81ba-38bda74488b2.png)