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

Is there any way to customize the form of create/edit ? #73

Open spyrmp opened 2 years ago

spyrmp commented 2 years ago

Hello, Is there any way to customize the forms of create/edit? For example to have tab functionality to group some fields on a specific tab like the following print-screen.

image

Oxicode commented 1 year ago

+1

gioacchinopoletto commented 1 year ago

I think you can use standard EditScreen and Layout with Orchid, because CRUD package is designed for a rapid crud...