I was wondering if there any tutorials in creating a custom library for Laravel.
I am using DB::raw how can i format a date field in the database 'DATE_FORMAT(created_at,"%m %j...
Lets say I have the following code. $ideas=IdeaUser::join('ideas as idea', 'idea.fk_user_id', '...
For some reason when I do the following it only lists this. Any ideas as to what I am doing wrong....
When calling the following select how do you return it as JSON $users = DB::table('users')->g...
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.