I am doing a simple SQL statement $userExists = DB::table('users')->where('email','=', $email)-&g...
When inserting batch data how would you get a array of primary key ids from the inserted data $data...
So lets say you have a form with the following Item Qty Test 1 1 Test 2 2 Test 3 3...
The original approach was wrong. I figured it out.
I agree with you I just needed to figure out how they are calling this {{Auth::user()->username}}...
Sorry what Forums software is Laravel using is it all custom? Is it open sourced.
The code is working now /*Upload Images */ public function upload_file(){ $file = Input...
Here is something simpler still can't get it to work. in HTML 5 ajax uploader public function upfle...
The Laravel portal for problem solving, knowledge sharing and community building.