I'm a Django developper and I use Laravel since some weeks.
Do Laravel has an system of model based form like Django ?
I saw how to binding data from model (Laravel form model binding). However, when I use Django, it creates automaticly the fields in the form.
So, does it exists a way to avoid {{ Form::label }} and {{ Form::fields}} writing in Laravel form according models fields ?