Support the ongoing development of Laravel.io →
posted 10 years ago
Blade Forms
Last updated 2 years ago.
0

In Controller

return View::make('some_view')->with('my_array', $my_array);

In View

{{ Form::select('name', $my_array, null, array('class' => 'form-control')) }}

Is that what you're looking for?

Last updated 2 years ago.
0

I don't know really :(. I gave up the way described above (It was a tree based select form to select a dynamic subgroup).

Thank you..

Last updated 2 years ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

mehmet mehmet Joined 18 May 2014

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.