Support the ongoing development of Laravel.io →
kyoukhana

kyoukhana

Joined 28 Feb 2014

Statistics

Threads 13
Replies 30
Solutions 2
Articles 0

Tutorial in creating a custom custom library

I was wondering if there any tutorials in creating a custom library for Laravel.

0 Likes
3 Replies

date time format database field

I am using DB::raw how can i format a date field in the database 'DATE_FORMAT(created_at,"%m %j...

0 Likes
3 Replies

Join count group

Lets say I have the following code. $ideas=IdeaUser::join('ideas as idea', 'idea.fk_user_id', '...

0 Likes
5 Replies

Eloquent join not working

For some reason when I do the following it only lists this. Any ideas as to what I am doing wrong....

0 Likes
10 Replies

Return Query as JSON

When calling the following select how do you return it as JSON $users = DB::table('users')->g...

0 Likes
4 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.