Thank you in advance for your assistance,
Thanks for your plugin
I have a problem when I want to display the Instagram feed I added the profile, the token, everything, and authorize but when displaying the foreach I get the following error
Cannot use object of type Dymantic \ InstagramFeed \ InstagramMedia as array
my sight :
$feed = \Dymantic\InstagramFeed\Profile::where('username', 'myaccount')->first()->feed($limit = 10);
my controller:
return view('frontend.index', compact('categories'))->with(['instagram' => $feed]);
Hello,
Thank you in advance for your assistance, Thanks for your plugin
I have a problem when I want to display the Instagram feed I added the profile, the token, everything, and authorize but when displaying the foreach I get the following error
Cannot use object of type Dymantic \ InstagramFeed \ InstagramMedia as array
my sight :
$feed = \Dymantic\InstagramFeed\Profile::where('username', 'myaccount')->first()->feed($limit = 10);
my controller:
return view('frontend.index', compact('categories'))->with(['instagram' => $feed]);
thank you for your help