-
-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
does it work laravel columns in crud #83
Comments
I mean the use of the ability to break into blocks in the crud fields method |
What do you mean by blocks? |
in laravel orchid, screens have a layout method that supports the Layout::columns, Layout::rows methods - to break information with fields into blocks. and making the page a little more interesting design. |
public function fields(): array
--dont work in CRUD PostResource |
public function layout(): iterable
|
does it work laravel columns in crud?
The text was updated successfully, but these errors were encountered: