onepiece
09/01/2022, 12:46 PMifox
09/01/2022, 12:47 PMphp artisan twill:build
onepiece
09/01/2022, 12:51 PMifox
09/01/2022, 12:56 PMonepiece
09/01/2022, 12:57 PMonepiece
09/01/2022, 12:57 PMifox
09/01/2022, 12:58 PMonepiece
09/01/2022, 1:06 PMHarings Rob
09/01/2022, 1:10 PMonepiece
09/01/2022, 1:13 PMHarings Rob
09/01/2022, 1:15 PM<a17-app-leads></a17-app-leads>
onepiece
09/01/2022, 1:17 PMonepiece
09/01/2022, 1:17 PMHarings Rob
09/01/2022, 1:25 PMSami
09/01/2022, 4:25 PMHarings Rob
09/01/2022, 4:33 PMSami
09/01/2022, 5:51 PMphp
const BLOCK_EDITOR = [
'text_image' => self::ORIGINAL,
'gallery' => self::LANDSCAPE,
];
const ORIGINAL = [
'original' => [
[
'name' => 'original',
'ratio' => null,
],
],
];
const LANDSCAPE = [
'landscape' => [
[
'name' => 'landscape',
'ratio' => 16 / 9,
],
],
];
ifox
09/01/2022, 10:02 PMHarings Rob
09/02/2022, 7:12 AMselect * from `medias` inner join `mediables` on `medias`.`id` = `mediables`.`media_id` where `mediables`.`mediable_id` is null and `mediables`.`mediable_type` = 'blocks' and `medias`.`deleted_at` is null order by `mediables`.`id` asc
When calling $model->medias
Notice this:
`where mediables
.mediable_id
is null`Harings Rob
09/02/2022, 7:15 AMHarings Rob
09/02/2022, 7:24 AMGvido Blue Fox
09/02/2022, 7:49 AMifox
09/02/2022, 7:49 AMonepiece
09/02/2022, 7:51 AMifox
09/02/2022, 7:53 AMonepiece
09/02/2022, 7:55 AMifox
09/02/2022, 7:56 AMHarings Rob
09/02/2022, 7:57 AMonepiece
09/02/2022, 8:00 AMifox
09/02/2022, 8:04 AM