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

Update for Laravel 8 #36

Merged
merged 1 commit into from
Oct 2, 2020
Merged

Update for Laravel 8 #36

merged 1 commit into from
Oct 2, 2020

Conversation

asbiin
Copy link
Contributor

@asbiin asbiin commented Sep 10, 2020

No description provided.

@Satariall
Copy link

@vluzrmos hello! Could you review a PR, please?

@Satariall
Copy link

For other guys who want to use this library for the Laravel 8 project - you may follow a temporary composer method while the maintainer away:

  • add this part to the main section of your composer.json:
"repositories": [
        {
            "type": "vcs",
            "url": "https://github.com/asbiin/laravel-language-detector.git"
        }
    ],

Then simply write composer require vluzrmos/language-detector:dev-update-laravel8.
You will use the forked branch. After merge just remove the custom repository part and switch to the right version/branch.

@vluzrmos vluzrmos merged commit ff6c041 into vluzrmos:2.0 Oct 2, 2020
@vluzrmos
Copy link
Owner

vluzrmos commented Oct 2, 2020

Thanks @asbiin , I released a new tag version v2.2

@asbiin asbiin deleted the update-laravel8 branch October 5, 2020 19:55
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.

3 participants