No publishable resources for tag []
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?
I have the same issue on Laravel 10 and PHP 8.1.17
What version is it installing? Mostly might be an older version. I'm using dev-main
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
Hi, please try installing the latest with composer require atymic/twitter:^3.2 -W