Support the ongoing development of Laravel.io →

jaketoolson

Joined 12 Mar 2014

Statistics

Threads 0
Replies 18
Solutions 1
Articles 0

jaketoolson has not posted any threads yet

replied 9 years ago

Boolean saved as "on" text in database?

what database type are you using? If MySQLm double check your column type... you must have done some...

0 Likes
replied 9 years ago

Sentry API Authentication (mobile devices)

We use Setnry and OAuth within our API which is used by our native iOS application.

0 Likes
replied 9 years ago

Is it possible to generate unique and random string easily in Laravel 4?

Using Laravel's String class : Str::random(60) https://github.com/laravel/framework/blob/4.2/src/Il...

0 Likes
replied 9 years ago

how to create custom query error exception

Catch a \PDOException. App::error(function (\PDOException $e, $code) { $message = explode(' ', $e...

0 Likes
replied 9 years ago

Multiple conditional joins

I had to do this as well a few months ago. I haven't followed up to see if there was a better work...

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.

© 2024 Laravel.io - All rights reserved.