Support the ongoing development of Laravel.io →
rainbowhat

rainbowhat

Joined 4 Feb 2014

Statistics

Threads 36
Replies 12
Solutions 1
Articles 0

Blade Template / Liquid Template Engine

HI All, I would like to check a few things, is there github repository for Blade or it's a built in...

0 Likes
2 Replies
posted 9 years ago

Issue with Querying Large Table

Started having the following errors as the size of my database grow. It's at about 4GB now for this...

0 Likes
1 Replies

Cant Login with Socialite !

public function redirectToFacebookLogin() { return Socialite::driver('facebook')->redirect(); } /...

0 Likes
1 Replies

2012-07-09T19:22:09.1440844Z to Timestamp

I saw this format of datetime on a Json file recently. Having issues to convert this into a timestam...

0 Likes
1 Replies

REGEXP in Where Query Builder

$query->where('tags', 'LIKE', '%'.$uID.'%'); SELECT 'a word a' REGEXP '[[:<:]]word[[:>:]]';...

0 Likes
1 Replies
replied 11 years ago

Combining two query (WhereIn with Where) x 2

kapv89 said: DB::table('collections')->where(function ($q) { $q->where('type', '1')->wher...

0 Likes
replied 11 years ago

Store data in memcached

zenry said: q1: yes q2: maybe a artisan command is better and then schedule it with a Cron job q3:...

0 Likes
replied 11 years ago

Assigning Variable to URL

Hi, Yes that would give the URL a Name but it doesn't force a name on the url. For example, i visit...

0 Likes
replied 11 years ago

open source e-commerce Laravel style.

+1 I would find a way to contribute ^.^

0 Likes
replied 11 years ago

Issues with Eager Load With Limit & Variable

Solved Problem 1 Solution public function itemsLimitSix() { return $this->BelongstoMany('Item')-&...

0 Likes
Solved

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.