Git Product home page Git Product logo

Comments (4)

odin88 avatar odin88 commented on July 23, 2024

can share your composer.json files ?

i can get the respond just fine.

    $devices = PushNotification::DeviceCollection($gcm_devicecollection);

    $message = PushNotification::Message(null,array(
        'collapse_key' => "New message available",
        'priority' => 'high'
    ));

    $collection = PushNotification::app('syncAndroid')
    ->to($devices)
    ->send($message);

    foreach ($collection->pushManager as $push) {
        $response = $push->getAdapter()->getResponse();

        Log::info('response '.var_export($response, true));
    }

from laravel-push-notification.

MwirabuaTimothy avatar MwirabuaTimothy commented on July 23, 2024

Yes.. here is what I have:

{
    "name": "laravel/laravel",
    "description": "The Laravel Framework.",
    "keywords": ["framework", "laravel"],
    "license": "MIT",
    "type": "project",
    "require": {
        "laravel/framework": "4.2.*",
        "way/generators": "2.*",
        "cartalyst/sentry": "2.1.*",
        "madewithlove/laravel-oauth2": "0.4.*",
        "jenssegers/agent": "*",
        "j42/laravel-firebase": "dev-master",
        "fzaninotto/faker": "1.4.*@dev",
        "jenssegers/date": "~2.0",
        "intervention/image": "~2.1",
        "league/csv": "~7.0",
        "sly/notification-pusher": "~2.2",
        "davibennun/laravel-push-notification": "dev-master"
    },
    "autoload": {
        "classmap": [
            "app/commands",
            "app/controllers",
            "app/models",
            "app/database/migrations",
            "app/database/seeds",
            "app/tests/TestCase.php"
        ]
    },
    "scripts": {
        "post-install-cmd": [
            "php artisan clear-compiled",
            "php artisan optimize"
        ],
        "post-update-cmd": [
            "php artisan clear-compiled",
            "php artisan optimize"
        ],
        "post-create-project-cmd": [
            "php artisan key:generate"
        ]
    },
    "config": {
        "preferred-install": "dist"
    },
    "minimum-stability": "stable"
}

from laravel-push-notification.

MwirabuaTimothy avatar MwirabuaTimothy commented on July 23, 2024

Error here: http://localbuzz.co.ke/pusher

from laravel-push-notification.

javiervelaz avatar javiervelaz commented on July 23, 2024

could you solved this? i have the same error

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.