Ya Basha
Ya Basha

Reputation: 1952

Multi steps creation process in backpack-for-laravel create operation

I am using backpack-for-laravel V4 installed on laravel 6.1.0 and I want when I create a new entity (inside CreateOperation) multi steps creation wizard as follow:

I did all the above steps in a normal frontend form and save the result correctly in the database. I just need hints or tips how to accomplish the same in backpack-for-laravel so the process will be in the crud panel.

Please advice,

Upvotes: 0

Views: 886

Answers (1)

Ya Basha
Ya Basha

Reputation: 1952

I managed to do that by creating a custom operation with multiple actions as the number of required steps before storing the data to the database.

Upvotes: 1

Related Questions