Support the ongoing development of Laravel.io →

bweston92

Joined 3 Feb 2014

Statistics

Threads 11
Replies 32
Solutions 2
Articles 0

Polymorphic relationships with FQN

I'm using polymorphic relationships. I've just realized they wasn't working due to fully qualified n...

0 Likes
0 Replies

Command bus

I really like the look of https://github.com/LaravelIO/laravel.io/tree/nextVersion/src/CommandBus I...

0 Likes
0 Replies

Group by pagination without performance issues when there is over 15K results.

Laravel Eloquent query builder suffers grouping by a column and counting the results for the paginat...

0 Likes
3 Replies
posted 9 years ago

Database query where a join is null

Simple version of database. mortgages | id | case_id(cases@id) | | 1 | 1 | | 2 | 2...

0 Likes
1 Replies
posted 9 years ago

Services and database foreign keys

Does anyone know if you need to still maintain foreign key constraints in services? Say I have a use...

0 Likes
0 Replies
replied 8 years ago

Laravel 5: multi site multi tennant multi question

Answer for number 1; routing from the database is quite hard in Laravel however you could use the su...

0 Likes
replied 8 years ago

Eloquent Reverse Engineering

Long shot but re-do your entity diagram in here http://www.laravelsd.com/ and you can download it.

0 Likes
replied 9 years ago

Conditional eager loading

$model->with(['my-relation' => function($query) { $query->where('shop_visible', '=', tr...

0 Likes
Solved
replied 9 years ago

Storing time, date or datetime

I'm not deciding a way forward for you but If you store them separate you can still concatenate them...

0 Likes
replied 9 years ago

Installing Laravel on shared hosting with restricted access

If you can access the directory in FTP, C-Panel or shell, chmod the app/storage directory with 777 p...

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.