✨ Features
blogr:install-breezycommand: Newphp artisan blogr:install-breezythat fully automates Filament Breezy setup:- Installs
jeffgreco13/filament-breezyvia Composer - Calls
make:filament-themeto set up custom admin theme (vite.config.js +->viteTheme()) - Creates
resources/css/filament/admin/theme.csswith@sourcefor Breezy Tailwind classes - Adds
BreezyCore::make()->myProfile(...)->enableTwoFactorAuthentication(...)to AdminPanelProvider - Adds
TwoFactorAuthenticatabletrait to User model - Runs
filament:assetswith instructions fornpm run buildand 2FA activation
- Installs
🐛 Bug Fixes
- 2FA middleware crash: Added
authMiddleware: falseto prevent forced 2FA check before user configures it - TwoFactorAuthenticatable trait detection: Fixed regex that was matching the import instead of the class-internal trait usage
- theme.css missing Filament import: Both CREATE and UPDATE branches now ensure the Filament core theme import is present