Answer the question
In order to leave comments, you need to log in
How to compose select tag in laravel 5 form?
I'm confused about something, I just can't figure it out, help me with a kick in the right direction ...
There is a User model, the table has a role column - enum('admin', 'member') , member by default.
These are user roles, member by default.
I am making a page for editing users, and there in the select tag I need to make a drop-down list with roles. To default to the current role.
{!! Form::select('role', ['', 'admin', 'member'], null , ['class' => 'form-control']) !!}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question