Open
Description
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?
Metadata
Metadata
Assignees
Labels
No labels