Next page Wizard
Hey all,
So I am new to Filament development and am trying to build a simple dashboard.
When on the admin page there is a new widget to create new widgets.
When you click on it, for now I want to enter a new and go to step 2. Except 'Next' does not show up. Am I missing something?
add-widget blade:
Create Action in the Livewire component.
Create Action is the copy/paste from https://filamentphp.com/docs/3.x/actions/prebuilt-actions/create#using-a-wizard in a function called createAction
Would love to know what I did wrong and how to fix it! ( And perhaps in the future docs. I already searched the docs but I am missing the answer )
1 Reply
Solution
Fully import Filament and it should work.