Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No publishable resources for tag [] #415

Open
kstarkloff opened this issue Aug 17, 2023 · 4 comments
Open

No publishable resources for tag [] #415

kstarkloff opened this issue Aug 17, 2023 · 4 comments
Assignees

Comments

@kstarkloff
Copy link

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?

@emercab
Copy link

emercab commented Aug 25, 2023

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

@brunocfalcao
Copy link

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

@SquareNetMedia
Copy link

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

@reliq
Copy link
Collaborator

reliq commented Mar 5, 2024

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

@reliq reliq self-assigned this Mar 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants