Support the ongoing development of Laravel.io →
okursan

okursan

Joined 3 Sep 2014

Statistics

Threads 1
Replies 9
Solutions 1
Articles 0

artdarek/oauth-4-laravel problem with creating new blogger post

Hi folks, I couldn't manage to handle how to open a new blog post with artdarek/oauth. I can login a...

0 Likes
1 Replies
replied 11 years ago

SQL with special Parameter

$players = Player::whereRaw('concat(YEAR(CURDATE()),\'-\',(MONTH(birthday)),\'-\',(DAY(birthday))) B...

0 Likes
replied 11 years ago

multiple hasMany

public function messages_from() { return $this->hasMany('Message','from_id'); } public functi...

0 Likes
Solved
replied 11 years ago

Category tree

I'm new at Laravel, so I'm not sure about that :) But the algorithm is OK :)

0 Likes
replied 11 years ago

Category tree

Your category table should be like this: id, parent_id, category_name. Whereas parent_id shows where...

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.