tfilos
09/27/2022, 12:48 PMifox
09/27/2022, 12:53 PMtfilos
09/27/2022, 1:00 PMifox
09/27/2022, 1:04 PMrelated
table following that, that's impossibleifox
09/27/2022, 1:04 PMrelatedBrowsers
? or maybe your browser field is in a block?tfilos
09/27/2022, 1:05 PMifox
09/27/2022, 1:05 PMifox
09/27/2022, 1:05 PMifox
09/27/2022, 1:06 PMtfilos
09/27/2022, 1:07 PMifox
09/27/2022, 1:07 PMifox
09/27/2022, 1:08 PMtfilos
09/27/2022, 1:33 PMifox
09/27/2022, 1:57 PMkalle
09/27/2022, 1:57 PMifox
09/27/2022, 1:58 PMifox
09/27/2022, 2:00 PMrenderBlocks
kalle
09/27/2022, 2:01 PMtfilos
09/27/2022, 2:15 PMmoses
09/28/2022, 7:16 AMA17\Twill\Exceptions\NoCapsuleFoundException
. Please, anyone with an idea on how I can fix this?kalle
09/28/2022, 8:34 AMkalle
09/28/2022, 8:37 AMepicuristic
09/28/2022, 11:10 AMHarings Rob
09/28/2022, 11:12 AMepicuristic
09/28/2022, 11:14 AMHarings Rob
09/28/2022, 11:16 AMifox
09/28/2022, 11:39 AMifox
09/28/2022, 11:45 AM$relatedBrowsers
is simpler to implement (no migration, no relationship) but has the drawback of being more complex to query (performance-wise, not code-wise), so it works well for recirculation content on a detail page, but isn't best for more complex use cases like filtering or automated content curation, where a proper belongsToMany relationship makes more sense.ifox
09/28/2022, 11:48 AMuse HasRelated
in your Project model
- protected $relatedBrowsers = ['projects'];
in your Project repositoryamargoCactus
09/28/2022, 4:33 PM