You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The profile menu should be visible in the admin panel after logging in.
Actual Behavior
The profile menu is not showing up in the admin panel.
Question
Is there anything else I need to configure or check to make the profile menu appear? Are there any known compatibility issues with Laravel 11 or the latest Filament version?
The text was updated successfully, but these errors were encountered:
You have to at least register ->myProfile (without parameters). Note that without parameters, you need to click on this part to access the profile page.
Environment
Steps Taken
composer require jeffgreco13/filament-breezy
php artisan breezy:install
php artisan vendor:publish --tag="filament-breezy-views"
Current AdminPanelProvider Configuration
Expected Behavior
The profile menu should be visible in the admin panel after logging in.
Actual Behavior
The profile menu is not showing up in the admin panel.
Question
Is there anything else I need to configure or check to make the profile menu appear? Are there any known compatibility issues with Laravel 11 or the latest Filament version?
The text was updated successfully, but these errors were encountered: