How to set github token for composer

Note Statistics

Note Statistics

  • Viewed 15 times
Sun, 06/05/2022 - 21:29
  1. Go to your github tokens page to get a personal token
  2. run the command below to save that token
composer config --global --auth github-oauth.github.com <token>
``
Authored by
Tags