laravel / framework

The Laravel Framework.
https://laravel.com
MIT License
32.51k stars 11.01k forks source link

Leverage eloquent ORM metadata to create forms. #618

Closed atrauzzi closed 11 years ago

atrauzzi commented 11 years ago

Would be interesting if the form functionality could be augmented to support reading in eloquent model metadata to automatically create fields.

An array could be used to "include" or "omit" fields to keep things concise.

taylorotwell commented 11 years ago

There is no such thing as ORM metadata in Eloquent, so something like this isn't possible at the moment.