Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conflicts with L5.3 NotificationServiceProvider #77

Open
aleemb opened this issue Nov 7, 2016 · 3 comments
Open

Conflicts with L5.3 NotificationServiceProvider #77

aleemb opened this issue Nov 7, 2016 · 3 comments

Comments

@aleemb
Copy link
Contributor

aleemb commented Nov 7, 2016

Laravel 5.3 introduces it's NotificationServiceProvider for https://laravel.com/docs/5.3/notifications which conflicts with this package.

@aleemb
Copy link
Contributor Author

aleemb commented Nov 7, 2016

Also see Notifications section at https://laravel.com/docs/5.3/upgrade

@Kyslik
Copy link
Contributor

Kyslik commented Nov 20, 2016

Quick-fix: If you do not use Laravel notifications just comment out Notification alias.

@edvinaskrucas I recommend to use Notice instead of Notification in L5.3+ (useful link).

@EazyServer
Copy link

EazyServer commented Feb 10, 2017

I used it on Laravel 5.3 like this

'HtmlNotification' => Krucas\Notification\Facades\Notification::class,
then
HtmlNotification::success('Success message');

and all seems to work well

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants