bookoly

Results 2 comments of bookoly

> It seems to work if you use $api->getMoreMedias($profile). V6.16 here. > > $profile = $api->getProfile($instagram_account); $profile = $api->getMoreMedias($profile); $medias = $profile->getMedias(); Check out the changelog for version v6.16.5 -...

@ezalorpro Thank you for the hint. This fixed it for me: `ActivityDate::make('created_at')->modifyState(fn (Carbon $state) => str($state->format('d.m.Y H:i:s'))->toHtmlString()),`