Hacker News new | ask | show | jobs
by Dachande663 1179 days ago
Laravel has had a similar feature for a while[0]. It’s been useful to enable this in development but only warn in production to prevent breaking things unexpectedly.

[0] https://laravel.com/docs/10.x/eloquent-relationships#prevent...