Replies: 1 comment
-
Hi. I think this is a great idea. Watch the release https://github.com/orchidsoftware/crud/releases/tag/3.1.0 Auto-detect class for resource name: php artisan orchid:resource UserResource
// Find App/User or App/Models/User or set options: php artisan orchid:resource CustomResource -m App\Models\Post |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
While I create a screen I have to duplicate the methods for crud operations and model info or for while creating resource with orchid-crud there can be a model parameter which will place the the model which we want to use rather then copy and paste it by manually.
Beta Was this translation helpful? Give feedback.
All reactions