bezhanSalleh / filament-language-switch

A versatile and user-friendly plugin designed for Filament Panels.
MIT License
226 stars 44 forks source link

Problem with instaling in new Laravel 11 project #83

Closed SebastianRajca closed 7 months ago

SebastianRajca commented 8 months ago

I have a clean Laravel 11 project with clean FilamentPHP installed, I can't install filament-language-switch. I get this error:

C:\laragon\www\testowy-projekt>composer require bezhansalleh/filament-language-switch Using version ^3.0 for bezhansalleh/filament-language-switch ./composer.json has been updated Running composer update bezhansalleh/filament-language-switch Loading composer repositories with package information Updating dependencies Your requirements could not be resolved to an installable set of packages.

Problem 1

You can also try re-running composer require with an explicit version constraint, e.g. "composer require bezhansalleh/filament-language-switch:*" to figure out if any version is installable, or "composer require bezhansalleh/filament-language-switch:^2.1" if you know which you need.

Installation failed, reverting ./composer.json and ./composer.lock to their original content.

SebastianRajca commented 8 months ago

My composer require section:

"require": {
    "php": "^8.2",
    "filament/filament": "^3.2",
    "laravel/framework": "^11.0",
    "laravel/tinker": "^2.9"
},
"require-dev": {
    "fakerphp/faker": "^1.23",
    "laravel/pint": "^1.13",
    "laravel/sail": "^1.26",
    "mockery/mockery": "^1.6",
    "nunomaduro/collision": "^8.0",
    "phpunit/phpunit": "^10.5",
    "spatie/laravel-ignition": "^2.4"
Mahdi-Sahib commented 8 months ago

same here

lloricode commented 7 months ago

see #82