Support the ongoing development of Laravel.io →

alexcatrin

Joined 14 Aug 2014

Statistics

Threads 1
Replies 6
Solutions 1
Articles 0

how to save data from a multiple select

i have this multiple select from a form: {{Form::select('category[]',$category_details,null,arra...

0 Likes
1 Replies
Solved
replied 9 years ago

insert or update multipile rows

akashvarlani said: $sqlInsert = array( array('id'=>1, 'temp'=>1), array('id'=>2, 'te...

0 Likes
replied 9 years ago

Saving dynamically created form field array to db Laravel way

jarektkaczyk said: $input = Input::get('members'); DB::table('members')->insert($input); // this...

0 Likes
replied 9 years ago

What is best way to make multilanguage website

does any one knows a god tutorial for metalanguage portal ?

0 Likes
replied 9 years ago

Please help with pivot query

a stupid question: did you check to see if the user has a project associated to it in db ? does the...

0 Likes
replied 9 years ago

how to save data from a multiple select

the problem was with the opening form I had this {{ Form::open(array('id' => 'post_form', 'class'...

0 Likes
Solved

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.