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

Adding support for laravel 8 (with install instruction) #40

Open
AbidKhairyAK opened this issue Jun 25, 2022 · 2 comments
Open

Adding support for laravel 8 (with install instruction) #40

AbidKhairyAK opened this issue Jun 25, 2022 · 2 comments

Comments

@AbidKhairyAK
Copy link

because this package never updated since 2019 so i decided to fork this repo and laravel-langman (the package that this package depends on) and make it support laravel 8 (i've tested laravel 9 but no luck).

you can install it from my repo with the following way:

  1. edit your composer.json
...
    "repositories": [
        {
            "type": "vcs",
            "url": "https://github.com/AbidKhairyAK/laravel-auto-translate"
        },
        {
            "type": "vcs",
            "url": "https://github.com/AbidKhairyAK/laravel-langman"
        }
    ],
...
    "require": {
        ...
        "themsaid/laravel-langman": "dev-master",
        "ben182/laravel-auto-translate": "dev-master",
        ...
    }
...
  1. run composer update on your terminal
composer update
  1. follow the rest instruction in the README.md
@AbidKhairyAK
Copy link
Author

Awesome package btw, thanks for creating it 👍

@scramatte
Copy link

Hello,

Anybody I've been able to get it running with laravel 9 and > ?

Regards

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