I'm using polymorphic relationships. I've just realized they wasn't working due to fully qualified n...
I really like the look of https://github.com/LaravelIO/laravel.io/tree/nextVersion/src/CommandBus I...
Laravel Eloquent query builder suffers grouping by a column and counting the results for the paginat...
Simple version of database. mortgages | id | case_id(cases@id) | | 1 | 1 | | 2 | 2...
Does anyone know if you need to still maintain foreign key constraints in services? Say I have a use...
Try looking at the wkhtmltopdf binary! Really useful. I use it in production. https://github.com/wkh...
I feel that you shouldn't search a JSON encoded text field, Especially like user ids etc you would h...
You can do tableC::with(['TableD', function(){}, TableD.'TableA', function(){}, 'TableD.TableB', fun...
Neat! just doesn't user the user profile settings/packages.
The Laravel portal for problem solving, knowledge sharing and community building.