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...
Answer for number 1; routing from the database is quite hard in Laravel however you could use the su...
Long shot but re-do your entity diagram in here http://www.laravelsd.com/ and you can download it.
$model->with(['my-relation' => function($query) { $query->where('shop_visible', '=', tr...
I'm not deciding a way forward for you but If you store them separate you can still concatenate them...
If you can access the directory in FTP, C-Panel or shell, chmod the app/storage directory with 777 p...
The Laravel portal for problem solving, knowledge sharing and community building.
The community