orchidsoftware / crud

Simplify the process of building CRUD (Create, Read, Update, Delete) functionality in Laravel using the features of Orchid.
https://orchid.software
MIT License
137 stars 34 forks source link

Redirect handling after save #67

Open RichardtBazuka opened 2 years ago

RichardtBazuka commented 2 years ago

In some projects it is necessary to redirect back to the resource edit view after save instead of being redirected to the resource index view.

I imagine that a resource function for handling redirects after save action would be the optimal solution for this issue.