yassensayed.
yassensayed.
FFilament
Created by yassensayed. on 4/28/2024 in #❓┊help
How to return the Wizard to step 1 after create success in custom page.
Hello, I have created a custom page using the form following schema this form saves the data into external API.
Wizard::make([
Wizard\Step::make('Order')
->schema([
// ...
]),
Wizard\Step::make('Delivery')
->schema([
// ...
]),
Wizard\Step::make('Billing')
->schema([
// ...
]),
])
Wizard::make([
Wizard\Step::make('Order')
->schema([
// ...
]),
Wizard\Step::make('Delivery')
->schema([
// ...
]),
Wizard\Step::make('Billing')
->schema([
// ...
]),
])
Everything is good, But after the creation successfully I'm using $this->form->fill() this method clears the data but doesn't reset the wizard to the first step. Any Idea? Best Regards.
5 replies
FFilament
Created by yassensayed. on 3/16/2024 in #❓┊help
Rich Editor is very slow while using images inside the content how can I speed up that?
No description
1 replies
FFilament
Created by yassensayed. on 1/17/2024 in #❓┊help
How can I use a custom query builder of laravel-nestedset query to get the Category with child tree
Hello everyone and I hope you're well. I need your help to make a custom query builder How can I use a custom query builder like Laravel-nestedset package query to get the Category and children as a tree in the table? https://github.com/lazychaser/laravel-nestedset
1 replies