jeffgreco13 / filament-breezy

MIT License
716 stars 128 forks source link

Using multiple panels #231

Open sadkingo opened 1 year ago

sadkingo commented 1 year ago

when i try to use Breezy in my second panel i get this error : Trying to access array offset on value of type null

when i remove it from the default panel i get this : Plugin [filament-breezy] is not registered for panel [admin].

markpavia commented 1 year ago

experiencing the same

nprasath002 commented 1 year ago

Got the same error today

dominikgeimer commented 1 year ago

Same error for me

Uhasith commented 1 year ago

Same error for me. I'm using two panels.

Uhasith commented 1 year ago

@sadkingo @markpavia @dominikgeimer @nprasath002 Do you guys find any solution for this problem mates?

dominikgeimer commented 1 year ago

@Uhasith not yet... I am currently not using Breezy because of that issue.

Uhasith commented 11 months ago

Is this fixed or still No response from the dev Team? I'm stuck in my ongoing project due to this issue. @jeffgreco13

bree11111 commented 11 months ago

same issue for me

Uhasith commented 11 months ago

Anyone found a solution? @nprasath002 @dominikgeimer @markpavia @sadkingo @bree11111 @jeffgreco13

markpavia commented 11 months ago

I didnt use this package due to this issue

xBigDaddyx commented 11 months ago

still no solution?

ikrar557 commented 10 months ago

for me it's upgrade the filament to version 3.0.10 and then upgrade the filament-breezy to 2.1.17, it works well!

    "require": {
        "php": "^8.1",
        "ariaieboy/filament-currency": "^1.1",
        "filament/filament": "3.0.10",
        "guzzlehttp/guzzle": "^7.2",
        "jeffgreco13/filament-breezy": "2.1.17",
        "laravel/framework": "^10.10",
        "laravel/jetstream": "^4.0",
        "laravel/sanctum": "^3.2",
        "laravel/tinker": "^2.8",
        "league/flysystem-aws-s3-v3": "^3.16",
        "livewire/livewire": "^3.0",
        "njxqlus/filament-progressbar": "^1.0"
    },
JayCarterUG commented 8 months ago
BreezyCore::make()
    ->myProfile(
        shouldRegisterUserMenu: true, // Sets the 'account' link in the panel User Menu (default = true)
        shouldRegisterNavigation: false, // Adds a main navigation item for the My Profile page (default = false)
        hasAvatars: false, // Enables the avatar upload form component (default = false)
        slug: 'my-profile' // Sets the slug for the profile page (default = 'my-profile')
 )

this is where you set the slug, it's in the documentation

AdDevStuff commented 8 months ago

same here and not working with this
"filament/filament": "3.0.10", "guzzlehttp/guzzle": "^7.2", "jeffgreco13/filament-breezy": "2.1.17",

ArtrenH commented 7 months ago

I got the same problem... Im on Filament 3.2 though. Is there any solution?

CNuesmeyerSM commented 5 months ago

Same error, have 3 panels. Soon as ->myProfile() is added get the error on any panel.

siebsie23 commented 3 months ago

I'm running Filament 3.2.81 and Breezy 2.4.1. I had the same issue at first but after adding myProfile to both panels instead of one the error disappeared and everything seems to be working fine.

emmanpbarrameda commented 2 months ago

up, same problem.

Route [filament.student.pages.my-profile] not defined.

Jacobtims commented 4 weeks ago

Still have the problem when using multiple panels: Plugin [filament-breezy] is not registered for panel [customer]. Filament v3.2.101 and Breezy v2.4.3