Open
Conversation
Add Filament UI assets (CSS, fonts, favicons, and numerous JS components for forms, tables, widgets, notifications, and schemas) under public/. Integrate Filament by updating resources/views/layouts/app.blade.php and adjusting vite.config.js so the app can serve/build the new frontend assets. This brings the Filament admin UI static files into the project for immediate use.
Refactor EmailVerificationPromptController to use Illuminate\Routing\Controller, remove the explicit union return type, and simplify the post-verification redirect to redirect()->intended('/'), while still returning the auth.verify-email view when needed. Update composer.json to a simplified Laravel project layout and bump core dependencies (e.g. laravel/framework ^12.50, laravel/fortify, blade icons packages) removing many dev-only entries and extra scripts. Add generated bootstrap cache files (bootstrap/cache/services.php and packages.php) and remove the bootstrap/cache/.gitignore. Also include minor updates to routes/auth.php and package-lock.json as part of the dependency/config changes.
Update composer.json to require filament and Bootstrap Icons packages; update bootstrap/cache packages and services to register Filament service providers (actions, forms, infolists, notifications, query-builder, schemas, support, tables, widgets), Livewire, anourvalar/eloquent-serialize facade alias, Davidhsianturi BladeBootstrapIcons provider, Kirschbaum PowerJoins, and RyanChandler BladeCaptureDirective. These changes integrate Filament UI components and icon support into the application.
Replace default auth form components with custom markup and styles for login and register views: add page titles, placeholders, styled inputs, buttons, remember/forgot flows, and sign-up/login links. Overhaul guest layout to include favicons, new fonts, background image, auth card wrapper, inline CSS utilities (auth-input, auth-btn, auth-label, etc.) and a branded logo. Update navigation to hide socials on small screens, add desktop auth buttons/menu for guest/auth states with dropdown, and restyle the mobile menu to include auth actions. UI-only changes; no backend logic modified.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.