Code Monkey home page Code Monkey logo

Comments (12)

BCleverly avatar BCleverly commented on May 31, 2024

+1, Need the functionality for a project being worked on at the moment.

from mailgun.

Bogardo avatar Bogardo commented on May 31, 2024

I'm definitely planning on making this package compatible with Laravel 5 but unfortunately I haven't found the time to do it yet.
Note that Laravel 5 now has better support for Mailgun out of the box, though still limited to only send emails (without tags, campaigns etc.)

from mailgun.

ddewit avatar ddewit commented on May 31, 2024

+1

from mailgun.

theblindfrog avatar theblindfrog commented on May 31, 2024

+1

from mailgun.

ellisio avatar ellisio commented on May 31, 2024

Any update on this progress? Really need the o:tag support for a project we're working on and it drives me nuts this isn't supported by default.

from mailgun.

EHLOVader avatar EHLOVader commented on May 31, 2024

+1

from mailgun.

ritey avatar ritey commented on May 31, 2024

I've made a start, a pull request has been submitted...

from mailgun.

ritey avatar ritey commented on May 31, 2024

Any update on this?

from mailgun.

Kryptonit3-zz avatar Kryptonit3-zz commented on May 31, 2024

Does the built in mail provider in L5 not work? There is support for mailgun.

from mailgun.

ddewit avatar ddewit commented on May 31, 2024

The built in support is pretty basic and though you can do a lot with adding headers to a mailgun mail, you cannot easily manage lists and subscribers and so forth. At least, not that I'm aware of.

from mailgun.

jjosephs avatar jjosephs commented on May 31, 2024

+1

from mailgun.

jarbitlira avatar jarbitlira commented on May 31, 2024

I added support to L5, see the PR.

While the PR is in review. you can use my repo following the next instructions:

  • Add the repository url and set minimum-stability in your composer.json file
"repositories": [
  {
  "type": "git",
  "url": "https://github.com/jarbitlira/Mailgun.git"
  }
],
"config": {
  "minimum-stability":"dev"
}
  • Add the next dependency
"bogardo/mailgun": "dev-laravel5"
  • Run composer update from the command line
 composer update --prefer-source
  • Finally see the README.md for configure in laravel 5

If some problem is detected. You can make an issue or a PR on my repo.

Regards and luck.

from mailgun.

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.