Skip to content

Conversation

fikrimastor
Copy link

I've tested for this package for Laravel 11. If you want to test, add below line in your project composer.json:

{
    "repositories": [
        {
            "type": "vcs",
            "url": "https://github.com/fikrimastor/wink.git"
        }
    ]
}

Then update your dependency constraint to reference this branch:

{
    "require": {
        "themsaid/wink": "dev-1.x",
    }
}

Finally, run: composer update

The only different in Laravel Shift PR in #390 is the WinkAuthor should implement new method in Authenticatable contract.

Namely getAuthPasswordName.

Hope @themsaid can consider to review this PR.

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

Successfully merging this pull request may close these issues.

1 participant