joedixon / laravel-translation

Translation management for your Laravel application.
MIT License
694 stars 230 forks source link

Support Laravel 11 #300

Open bjhijmans opened 4 months ago

bjhijmans commented 4 months ago

Closes #298

igoooor commented 4 months ago

can we please get a merge here? is this package still maintained? @joedixon

martinsjek commented 4 months ago

@joedixon I'm sorry to tag you here, but is it possible to get this merged?

bjhijmans commented 4 months ago

While you are waiting for this to get reviewed (which took months last time), you can tell composer to use a fork on github.

Use your own fork for this. The easiest way is to make a fork of my fork. I won't guarantee mine will stay up, and I may use it for custom functionality in the future.

Add this to repositories in your composer.json:

{
    "repositories": [
        {
            "type": "vcs",
            "url": "https://github.com/<your fork>/laravel-translation.git"
        }
    ]
}

and pin your version to the branch name:

{
    "require": {
        "jorijn/laravel-security-checker": "2.x",
    }
}