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...
spekkionu: Most of the time you use a library like ChromePHP and creates some big headers that go ou...
This is actually best to use a event. You could create a user in quite a lot of places in your appl...
I am looking into this idea too! My issue is what about foreign key constraints? Would you just remo...
You could have a table with a list of different types of property/product categories like "Flat...
I use salts, you just have to make your own UserProvider and just update this method. You would add...
The Laravel portal for problem solving, knowledge sharing and community building.