FilamentF
Filament2mo ago
M.

Please help!

i got this eror on my custom page
Method App\Livewire\Feeds\ThreadsArticle::makeForm does not exist.
and my code like this
public function getForms(): array
    {
        return [
            'form' => $this->form(
                $this->makeForm()
                    ->components([
                        $this->getContentFormComponent(),
                    ])
                    ->operation('create')
                    ->statePath('data')
            ),
        ];
    }

how to fix this eror?
please help,i'm new on filament
Was this page helpful?