backport
backport copied to clipboard
Laravel Notifications for Laravel 5.2 / 5.1
Laravel 8 has been released today and we need to update this repo to support it. See https://laravel.com/docs/8.x/upgrade & https://github.com/laravel-notification-channels/channels/issues/107
The PR https://github.com/laravel-notification-channels/backport/pull/12 has a bug, at least in my lumen (5.1.7). Fixes a `Too few arguments to function array_first()` error. In Lumen 5.1.7, `array_first` requires 2 arguments.
The color is defined by message, I would like to use different colors for different attachments. 
It's kinda question. I come up with requirement in which i have to send a copy of every notification generated through Notification for mail channel to specified administrator emails with...
[InvalidArgumentException] Could not find package laravel-notification-channels/backport at any version matching your PHP version 5.5.12.0 How to fix this?
This is basically a copy and paste of [that commit](https://github.com/illuminate/notifications/commit/666522fd943fb878423efdf78c6c4aaa0cc17154), that fixes an issue with notifications' object attribute serialization. Without that fix, deserialization fails after the first channel.
Use the same php version that laravel 5.1
Hello, I'm trying to create notification with socket.io and redis in Laravel 5.2. And this error come up `FatalThrowableError in BroadcastNotificationCreated.php line 57:` `Class 'Illuminate\Broadcasting\PrivateChannel' not found`