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
138 stars 34 forks source link

[BETA] Do not use the `model` prefix for transmitted data #18

Open tabuna opened 3 years ago

tabuna commented 3 years ago

Removes the prefix's use for binding and sending model values since there are more minuses from this than pluses. Along the way, this solves problem #15