Git Product home page Git Product logo

Comments (19)

davibennun avatar davibennun commented on July 23, 2024

I havent played with laravel 5 yet, can you fork the repo and upgrade illuminate/support version constraint to "4.|5." and see if its ok?

from laravel-push-notification.

ellisio avatar ellisio commented on July 23, 2024

I'll take a peak this weekend for ya.

Sent from my iPhone

On Feb 5, 2015, at 5:22 PM, Davi Nunes [email protected] wrote:

I havent played with laravel 5 yet, can you fork the repo and upgrade illuminate/support version constraint to "4.|5." and see if its ok?


Reply to this email directly or view it on GitHub.

from laravel-push-notification.

billmn avatar billmn commented on July 23, 2024

To allows L5 support, need to change come code like configuration publishing ...

I propose to create a new branch dedicated to L5 version.

from laravel-push-notification.

nullproduction avatar nullproduction commented on July 23, 2024

I'd like use this lib in laravel 5 too.

from laravel-push-notification.

kisPocok avatar kisPocok commented on July 23, 2024

+1 upvote!

from laravel-push-notification.

asterism612 avatar asterism612 commented on July 23, 2024

+1

from laravel-push-notification.

torniker avatar torniker commented on July 23, 2024

👍

from laravel-push-notification.

yvesroos avatar yvesroos commented on July 23, 2024

👌

from laravel-push-notification.

Daniel-Seo avatar Daniel-Seo commented on July 23, 2024

+1

from laravel-push-notification.

gmatkowski avatar gmatkowski commented on July 23, 2024

+1

from laravel-push-notification.

kirant400 avatar kirant400 commented on July 23, 2024

+1

from laravel-push-notification.

indesignlatam avatar indesignlatam commented on July 23, 2024

+1

from laravel-push-notification.

davibennun avatar davibennun commented on July 23, 2024

Hello guys!
Sorry for being late. 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

from laravel-push-notification.

davibennun avatar davibennun commented on July 23, 2024

I don't have any certificate here to fully test the package, I think its ok since changes were very small, but you never know... can someone use it in real life just to make sure everything is working?

from laravel-push-notification.

gmatkowski avatar gmatkowski commented on July 23, 2024

i'll be able to test it in a few days, thx for creating v5 branch :-)

from laravel-push-notification.

nullproduction avatar nullproduction commented on July 23, 2024

@davibennun Thank U. I will check this next week

from laravel-push-notification.

agarwalVinayak avatar agarwalVinayak commented on July 23, 2024

I am trying for Laravel 5.
config:publish is not valid command

So for "Copy the config file into your project by running"
php artisan config:publish davibennun/laravel-push-notification doesn't worked in Laravel 5

Instead this will work laravel 5 :
php artisan vendor:publish --provider="Davibennun\LaravelPushNotification\LaravelPushNotificationServiceProvider" --tag="config"

This command will created config file in L5.

from laravel-push-notification.

davibennun avatar davibennun commented on July 23, 2024

@agarwalVinayak I just merged the pull request that updates the documentation.

from laravel-push-notification.

agarwalVinayak avatar agarwalVinayak commented on July 23, 2024

@davibennun cool!! , but still doc for L5 have composer.json path
as "davibennun/laravel-push-notification": "dev-master"
and not
"davibennun/laravel-push-notification": "dev-laravel5"

from laravel-push-notification.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.