Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installing in Laravel 5.8 #135

Closed
SerGioPicconti opened this issue Mar 1, 2019 · 2 comments
Closed

Installing in Laravel 5.8 #135

SerGioPicconti opened this issue Mar 1, 2019 · 2 comments

Comments

@SerGioPicconti
Copy link

HI!

I can't figure out how to install latest commit to latest laravel framework?

I've tried:

composer require flugger/laravel-responder dev-master#262350479d2928caf840b7e2a5aeca5704a4f72a

composer require flugger/laravel-responder dev-master

composer require flugger/laravel-responder@dev

composer require flugger/laravel-responder@dev-master

It still says that there is no 5.8.* version support...(

@SerGioPicconti
Copy link
Author

DONE

If someone need it:

add to your composer.json:

"require": {
        "flugger/laravel-responder": "dev-master"
    }
"repositories": [
        {
            "type": "git",
            "url": "https://github.com/flugger/laravel-responder.git"
        }

then run composer update

@flugg
Copy link
Owner

flugg commented Mar 1, 2019

Hey, just tagged v3.0.5 with Laravel 5.8 support

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants