Support the ongoing development of Laravel.io →
kyoukhana

kyoukhana

Joined 28 Feb 2014

Statistics

Threads 13
Replies 30
Solutions 2
Articles 0

DB::Table query returns array

I am doing a simple SQL statement $userExists = DB::table('users')->where('email','=', $email)-&g...

0 Likes
2 Replies
posted 11 years ago

Returning array of ids

When inserting batch data how would you get a array of primary key ids from the inserted data $data...

0 Likes
1 Replies

Subbmiting form with array of text fields.

So lets say you have a form with the following Item Qty Test 1 1 Test 2 2 Test 3 3...

0 Likes
17 Replies
replied 11 years ago

Calling controller method from Blade templating

The original approach was wrong. I figured it out.

0 Likes
replied 11 years ago

Calling controller method from Blade templating

I agree with you I just needed to figure out how they are calling this {{Auth::user()->username}}...

0 Likes
replied 11 years ago

Form software

Sorry what Forums software is Laravel using is it all custom? Is it open sourced.

0 Likes
replied 11 years ago

multiple file upload code not working

The code is working now /*Upload Images */ public function upload_file(){ $file = Input...

0 Likes
replied 11 years ago

multiple file upload code not working

Here is something simpler still can't get it to work. in HTML 5 ajax uploader public function upfle...

0 Likes

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.

© 2026 Laravel.io - All rights reserved.