mckenziearts / laravel-notify

Flexible Flash notifications for Laravel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not working with Laravel 10

eshe-huli opened this issue · comments

image

This is a fresh Laravel installation but the [package seams to not be supported

Highly demanded!

any suggestions on how to resolve?

The dev master branch already have support for illuminate/support 10, to use with Laravel 10 run composer require mckenziearts/laravel-notify:dev-master

Tried the dev-master branch and it's still not compatible with L10.
I found that "mckenziearts/laravel-notify": "dev-l10-compatibility" works in composer.
It would be nice to have a stable version released, tho'.

Tried the dev-master branch and it's still not compatible with L10. I found that "mckenziearts/laravel-notify": "dev-l10-compatibility" works in composer. It would be nice to have a stable version released, tho'.

Not sure about your requirements but I was able to use the package in a fresh laravel 10 project and it works pretty well

New release is available and compatible with laravel 10