twitter icon indicating copy to clipboard operation
twitter copied to clipboard

No publishable resources for tag []

Open kstarkloff opened this issue 2 years ago • 4 comments

I installed the project with composer require atomic/twitter. I added also the values of the env keys

TWITTER_CONSUMER_KEY=
TWITTER_CONSUMER_SECRET=
TWITTER_ACCESS_TOKEN=
TWITTER_ACCESS_TOKEN_SECRET=
TWITTER_API_VERSION=

to my .env file. But when I call the command

php artisan vendor:publish --provider="Atymic\Twitter\ServiceProvider\LaravelServiceProvider"

I get the resulting message:

   INFO  No publishable resources for tag []. 

And no file config/twitter.php is created. Anything I missed here?

kstarkloff avatar Aug 17 '23 20:08 kstarkloff

I have the same issue on Laravel 10 and PHP 8.1.17 01

emercab avatar Aug 25 '23 15:08 emercab

What version is it installing? Mostly might be an older version. I'm using dev-main

brunocfalcao avatar Oct 08 '23 13:10 brunocfalcao

I have the same issue - its due to it not pulling in the correct package - when you install this on Laravel 10 it pulls in something else

SquareNetMedia avatar Feb 26 '24 12:02 SquareNetMedia

Hi, please try installing the latest with composer require atymic/twitter:^3.2 -W

reliq avatar Mar 05 '24 08:03 reliq