Coder Social home page Coder Social logo

Comments (10)

Bogardo avatar Bogardo commented on July 29, 2024

@GodsBest Have you managed to resolve this issue yet? If you haven't please let me know and I'll take a look at it. Sorry for the delay.

from mailgun.

GodsBest avatar GodsBest commented on July 29, 2024

@Bogardo, thanks for getting back to me. No this is not solved yet. I decided to uninstall the package so at least I can continue with the other aspects of my project.

from mailgun.

Bogardo avatar Bogardo commented on July 29, 2024

@GodsBest I'll try to implement the password reminders myself in the coming days to see if I stumble upon the same issue.

from mailgun.

GodsBest avatar GodsBest commented on July 29, 2024

@Bogardo I'll be looking forward to your findings and whatever solution you may come up with. Thank you.

from mailgun.

Bogardo avatar Bogardo commented on July 29, 2024

@GodsBest I've just setup a clean Laravel 4.2 installation with just the this package and I followed my own tutorial to setup the reminders and it seems to work fine.
Could you please provide me the contents of your composer.json.

from mailgun.

GodsBest avatar GodsBest commented on July 29, 2024

@Bogardo the contents of my composer.json are as below:

{
        "name": "laravel/laravel",
        "description": "The Laravel Framework.",
        "keywords": ["framework", "laravel"],
        "license": "MIT",
        "type": "project",
        "require": {
                "laravel/framework": "4.2.*",
                "guzzlehttp/guzzle": "~4.0",
                "intervention/image": "~2.1",
                "intervention/imagecache": "~2.1",
                "jenssegers/oauth": "~1.1",
                "bogardo/mailgun": "3.1.*"
        },
        "autoload": {
                "classmap": [
                        "app/commands",
                        "app/controllers",
                        "app/models",
                        "app/database/migrations",
                        "app/database/seeds",
                        "app/tests/TestCase.php"
                ],
                "psr-4": {
                        "Nuru\\": "src/Nuru/"
                }
        },
        "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 mailgun.

Bogardo avatar Bogardo commented on July 29, 2024

Seems ok to me. Hop on over to https://gitter.im/Bogardo/Mailgun if you can.

from mailgun.

Bogardo avatar Bogardo commented on July 29, 2024

@GodsBest What's the status on this?

from mailgun.

GodsBest avatar GodsBest commented on July 29, 2024

@Bogardo Release 3.1.6 does indeed fix the issue. Thank you very much.

from mailgun.

yokeshezumalai avatar yokeshezumalai commented on July 29, 2024

Is that the above issue fixed in laravel5.1? Im getting Failed opening required.

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.