Coder Social home page Coder Social logo

sendy-laravel's Issues

I can call the function as static

Hi guys,

I'm trying to use the library following your instructions but at the end, the only response that I have is that I'm trying to call a method statically that can't be called that way. Any idea?

Compatibility laravel 4

Change method boot() in Hocza\Sendy\SendyServiceProvider


    public function boot()
    {
        $app = $this->app;

        if (version_compare($app::VERSION, '5.0') < 0) {

            $this->package('hocza/sendy', 'sendy');

            // Register for exception handling
            $app->error(function (\Exception $exception) use ($app) {
                if ('Symfony\Component\Debug\Exception\FatalErrorException'
                    !== get_class($exception)
                ) {
                    $app['sendy']->notifyException($exception, null, "error");
                }
            });

            // Register for fatal error handling
            $app->fatal(function ($exception) use ($app) {
                $app['sendy']->notifyException($exception, null, "error");
            });
        } else {
          $this->publishes(array(
            __DIR__ . '/../config/sendy.php' => config_path('sendy.php')
          ));
        }

    }

thank you!

Create campaign from Template (from Sendy interface)

Is it possible to create new campaign from existing Template saved at Sendy interface?

Or do I have to provide html always?

I would be nice to be able to use template, so that editors can edit it in Sendy directly...

Stable release

Do you plan to release a stable version ? In composer.json, your minimum stability is actually dev and you don't have any tag.

Add the ability to store multiple list_id in the config file

It would be nice if we can have multiple list_id in the config file. installation_url and api_key can be the same or different.

vinkla/hashids is a Laravel package that have this kind of features in his configuration. This package use graham-campbell/manager to enable different "connections".

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.