Dymantic / laravel-instagram-feed

147 stars 51 forks source link

Missing module in publish? #77

Open guestisp opened 4 months ago

guestisp commented 4 months ago

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:

  1. running php8.2 artisan vendor:publish I don't see Dymantic\InstagramFeed\InstagramFeedServiceProvider as provider
  2. running php8.2 artisan instagram-feed:profile , instagram-feed:profile is not reconized as command.

What i'm doing wrong ?