Support the ongoing development of Laravel.io →

allmyitjason

Joined 2 Apr 2014

Statistics

Threads 0
Replies 5
Solutions 1
Articles 0

allmyitjason has not posted any threads yet

replied 9 years ago

Iterating over Large Data Sets and Scalability Concerns with Laravel 4

Checkout the chunk method: Mymodal::chunk(500, function($results) { foreach($results as $result) {...

0 Likes
replied 9 years ago

Binary(longblob) files from MySQL larger than 1MB are getting truncated when trying to copy table row to another table.

'options' => array(PDO::MYSQL_ATTR_MAX_BUFFER_SIZE => 16777216), This is what I've used in...

0 Likes
replied 10 years ago

Meta Data store suggestion

The metable_type field is used with polymorphic relations, where the Eloquent class name is stored a...

0 Likes
Solved
replied 10 years ago

How to protect/encrypt Laravel project with free open source?

We are successfully using http://www.ioncube.com/ on a couple of projects. Just encrypted all files...

0 Likes
replied 10 years ago

3NF database design ( And Conditions )

If using Eloquent this should work: Tag belongsToMany('Item') Item belongsToMany('Tag') Item::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.

© 2024 Laravel.io - All rights reserved.