Add part of filament in external Page

Hello, We already build a custom web-page made with bootstrap 5 where we would like to embed filament in some parts of the page. It could be on a edit page directly or within a popup. It‘s the same laravel page currently displaying content and under a separate are (/admin) the filament. Is this possible? I found nothing in the documentation We do not need to embed tables, only forms. Currentöy we buold forms twice - one with default javascript in the frontend and one with filament in the backend. It would be nice to combine it into one view as we now have to manage two views
7 Replies
stursby
stursby2d ago
Are you using Livewire? Because the Docs have a section for each component on how to add it to a Livewire component. For example, if you want to add a Filament Form to a page, you'd made a new Livewire component, and then can use Filament Form inside of that Livewire component. And here it is in the Docs --> https://filamentphp.com/docs/3.x/forms/adding-a-form-to-a-livewire-component
matthias
matthiasOPthis hour
Yes i‘m using livewire - but if i‘m following this tutorial I‘m missing all filament styles, and I‘m unable to find any docu / info hownto add these. The forms would work this way, but not styled….
Eskie
Eskiethis hour
if you want to use the style of the forms.. you must import its style this is mine
@filamentStyles
@vite(['resources/css/filament/member/theme.css', 'resources/css/app.css'])
@filamentScripts
@filamentStyles
@vite(['resources/css/filament/member/theme.css', 'resources/css/app.css'])
@filamentScripts
matthias
matthiasOP23h ago
It seems that the vite includes are wrong - how do infind out the correct ones? Filament 3.2.124
matthias
matthiasOP23h ago
No, because we installed fillament first and added then standalone laravel pages withoit filament css - but i‘ll try this way and check if it works
stursby
stursby21h ago
yea, what @LeandroFerreira said, you'll have to install each Filament "component" and then update tailwind, vite, etc accordingly
Want results from more Discord servers?
Add your server