Use Filament Forms in Public Livewire Component

preview_player
Показать описание
I want to demonstrate how to use Filament forms on a public website page for non-logged-in users.

Рекомендации по теме
Комментарии
Автор

Seriously, yesterday I was building a complex livewire component (with child components and form modals) and was thinking about using filament form fields to maintain UI consistency (as I want to use this new page in the filament panel eventually) and you have added a video for it.

It's happening for the second time. Are you reading my mind? 😂

I did not want to spend time exploring it and stopped last night.. there was a section somewhere in the docs or some blog post showing it (by Zep?).. didn't want to search n stopped.. and here it is in my YouTube feed..

learntechbasics
Автор

I am struggling with this error 'Using $this when not in object context'. Turns out I was using Route::view rather than Route::get. It fixed the error for me.

You might also need to configure your component layout file.

karlebh
Автор

Thank's it's great videos.
The forms succeed save the record.
But the css not loaded in public form. You have the solution?

indieproject
Автор

Hi there, very informative . I am getting an error in the create function $this->form->getState() give No property found for validation: [name] - any idea why this could be...

palgonda
Автор

❤🎉🎉🎉🎉🎉 New knowledge 😇 THANK YOU SO MUCH ❤❤

iamjohndevx
Автор

I made a custom page in FilamentPHP, then created a livewire component to add to the custom page. When you want to give it styles with tailwind, it doesn't apply them. How can I apply styles to this component?

waltermancia
Автор

Can we do the same thing with Tables, Tabs or any other filament widget ?

mohammed_yazidcherifi
Автор

Is there a way to show top navigation options on hover in V.3

maruatajongte
Автор

Hi. Great job. Have you tried adding FileUpload field in public forms ? From some reason/s it's not rendering the component. Do you know why? I'll appreciate if you have an answer and thumb up for all your work. Again great job.

sorinhaulica
Автор

Hello, Is it possible to display the fields separately in the blade view as can be done with the symfony formbuilder? if yes how to do it!?

audmbag
Автор

Hoe can I inject a value with source in livewire inside a Flimant Form TextInput value??? For example, click in a button with an $id and set onde of the text inputs with that $id value...

pauloamserrano
Автор

I think it should be amazing if olyou guys add more content related to views custom views and info list o lli would pay for that

Icaro
Автор

Hello. When you click on the table button, the modal will open and update and delete data. How to do this?

yusifhacyev
Автор

Good work povilas one question How to do the same with Volt?

rishharris