Support the ongoing development of Laravel.io →

RemiCollin

Joined 11 Nov 2014

Statistics

Threads 2
Replies 50
Solutions 4
Articles 0
posted 9 years ago

Analogue ORM - Data Mapper for Laravel 5 is out

Juste updated the package, which now fully supports Laravel 5. Originally forked from Eloquent, insp...

0 Likes
4 Replies

Analogue ORM - an 'Eloquent-like' Data Mapper

In a personnal attempt to resolve the 'Repository Pattern Dilemna' that has been a huge debate in th...

0 Likes
2 Replies
replied 8 years ago

Ajouter une variable

Tu peux utiliser la fonction array_map : $users = array_map(function ($user) { $user->link =...

0 Likes
replied 8 years ago

Dev Fast - Production Slow

I had some similar experience sometimes. Switching to PHP FastCGI (php-fpm) solved it.

0 Likes
replied 9 years ago

Create migration with and without prefix

Don't use a global prefix, but use a custom table name per model instead : class Group extends Eloq...

0 Likes
replied 9 years ago

Laravel suddenly stops working

Indeed, then opcache mixing up the files would be weird. But +1 on deactivating extension just to be...

0 Likes
replied 9 years ago

Laravel suddenly stops working

I saw in recent laravel5 commits that there were some changes involving the 'compiled.php' file loca...

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.