How can I do it this way?

Editing and creation screens open differently from each other in the demo. I wonder how I can do it this way?
9 Replies
Dan Harrin
Dan Harrin16mo ago
the demo is open source
Mehmet K.
Mehmet K.16mo ago
Yes, I know, but when I looked, I couldn't get an idea of how it was done.
Dan Harrin
Dan Harrin16mo ago
GitHub
demo/CreateOrder.php at main · filamentphp/demo
Source code for the demo.filamentphp.com website. Contribute to filamentphp/demo development by creating an account on GitHub.
Mehmet K.
Mehmet K.16mo ago
I did it this way, but editing and rendering still looks the same. Orders also seems to have a wizard but I can't see it in the source code.
Dan Harrin
Dan Harrin16mo ago
have you used the HasWizard trait like in the file I sent on the Create page
Mehmet K.
Mehmet K.16mo ago
yes it started returning this error after using it
Dan Harrin
Dan Harrin16mo ago
you dont need to copy exactly what we do in this case we're storing a reusable schema on the model
Dan Harrin
Dan Harrin16mo ago
Filament
Creating records - Resources - Admin Panel - Filament
The elegant TALL stack admin panel for Laravel artisans.
Mehmet K.
Mehmet K.16mo ago
I understand thank you