davibennun / laravel-push-notification

Laravel package to enable sending push notifications to devices
1.23k stars 260 forks source link

Laravel 5 Support #43

Closed umairali closed 9 years ago

umairali commented 9 years ago

I am trying to install with Laravel 5 but i am facing installation error

ClaudioMeinberg commented 9 years ago

The solution for your issue seems to be here... https://github.com/davibennun/laravel-push-notification/issues/34

Laravel 5 version is now available at laravel5 branch, you can require it on composer: "davibennun/laravel-push-notification": "dev-laravel5" The way you use this package is the same, the only thing changed was the config file location, once you published it using php artisan vendor:publish the config file goes to app/config/push-notification.php

kuez commented 9 years ago