yassensayed.
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.
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
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