You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've added the project to a Laravel 9 application with composer require dymantic/laravel-instagram-feed, I can see it in composer.json and it was downloaded as expected, but:
running php8.2 artisan vendor:publish I don't see Dymantic\InstagramFeed\InstagramFeedServiceProvider as provider
running php8.2 artisan instagram-feed:profile , instagram-feed:profile is not reconized as command.
What i'm doing wrong ?
The text was updated successfully, but these errors were encountered:
I've added the project to a Laravel 9 application with
composer require dymantic/laravel-instagram-feed
, I can see it incomposer.json
and it was downloaded as expected, but:php8.2 artisan vendor:publish
I don't seeDymantic\InstagramFeed\InstagramFeedServiceProvider
as providerphp8.2 artisan instagram-feed:profile
,instagram-feed:profile
is not reconized as command.What i'm doing wrong ?
The text was updated successfully, but these errors were encountered: