Wednesday, April 12, 2017

Push notification for android and ios in laravel with queue

I am using "davibennun/laravel-push-notification" package for sending notification to device. But I want to send notification to multiple users for that i want to use laravel queue. But i am new to laravel that's why don't know how to use queue with notification.

I have created the migrate the queue table and have created the job by "php artisan make:job SendPushNotification" command.



via Imran Mushtaq

Advertisement