Use Filament layout/design outside of the panel
Hi,
i have a filament application with the included authentication. I like the design of the login page and I want to use that design for a simple page outside of filamentphp, but in that same application. Any idea how to do that?
I just want to have a single page with the same design as the login page. It only has different form fields.
Thanks!
1 Reply
The Login page uses Filament's "Simple" page component: https://github.com/filamentphp/filament/blob/3.x/packages/panels/resources/views/pages/auth/login.blade.php#L1
GitHub
filament/packages/panels/resources/views/pages/auth/login.blade.php...
A collection of beautiful full-stack components for Laravel. The perfect starting point for your next app. Using Livewire, Alpine.js and Tailwind CSS. - filamentphp/filament