We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I installed the project with composer require atomic/twitter. I added also the values of the env keys
composer require atomic/twitter
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
.env
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?
config/twitter.php
The text was updated successfully, but these errors were encountered:
I have the same issue on Laravel 10 and PHP 8.1.17
Sorry, something went wrong.
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
composer require atymic/twitter:^3.2 -W
reliq
No branches or pull requests
I installed the project with
composer require atomic/twitter
. I added also the values of the env keysto my
.env
file. But when I call the commandI get the resulting message:
And no file
config/twitter.php
is created. Anything I missed here?The text was updated successfully, but these errors were encountered: