Support the ongoing development of Laravel.io →
thomastkim

thomastkim

Joined 20 Aug 2015

Statistics

Threads 0
Replies 210
Solutions 40
Articles 0

thomastkim has not posted any threads yet

replied 10 years ago

problems with mail send

From the PHP site themselves (http://php.net/manual/en/functions.anonymous.php): Closures may also...

0 Likes
Solved
replied 10 years ago

problems with mail send

Np. :) The new issue is because the route() method is for named routes. The to() method is for a spe...

0 Likes
replied 10 years ago

problems with mail send

public function authorize() { return false; } You are returning false, which forbids access to eve...

0 Likes
replied 10 years ago

unable to install laravel/utilities in laravel 5.1

I'm guessing it's because of your alexdover/blade-set package. It hasn't been updated in over a year...

0 Likes
replied 10 years ago

Query builder returns a Collection when empty and an array when it's not

Doesn't the query builder always return an array? So couldn't you just do this? if (empty($res)) {...

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.