Giter Site home page Giter Site logo

Comments (7)

Teglgaard avatar Teglgaard commented on July 18, 2024 3

I have just used an alternate version of it that I found in the pull requests.
In composer.json

then input this and
"require": {
"edujugon/push-notification": "*"
},
"repositories": [
{
"url": "https://github.com/xHeinrich/PushNotification.git",
"type": "vcs"
}
]

from pushnotification.

Edujugon avatar Edujugon commented on July 18, 2024 1

Hi guys,

I'm looking for someone that can help me maintain this package as I'm currently very busy.

If any of you is willing to help, please send me a mail at [email protected].

Thanks.

from pushnotification.

simha95 avatar simha95 commented on July 18, 2024

@Edujugon, Any work around solution for the above issue?

from pushnotification.

mahmoudebakers avatar mahmoudebakers commented on July 18, 2024

@Edujugon , any update for this issue ?

from pushnotification.

mahmoudIsProgramer avatar mahmoudIsProgramer commented on July 18, 2024

excellent , worked for me
thanks @Teglgaard

from pushnotification.

vidhimultiqos avatar vidhimultiqos commented on July 18, 2024

Yes, @Teglgaard. Your given solution worked successfully but they asked for a GitHub token.

from pushnotification.

m7md3omr avatar m7md3omr commented on July 18, 2024

I setup the package as local hosted package as following,

"require": {
        "edujugon/push-notification":"*"

},
 "autoload-dev": {
        "psr-4": {      
            "Edujugon\\PushNotification\\": "vendor/edujugon/push-notification/src/"

        }
    },
     "repositories": [
    {
    "url": "vendor/edujugon/push-notification",
    "type": "path"
    }

also you need to change values in vendor/edujugon/push-notification/composer.json, to fit with new laravel versions.

from pushnotification.

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.