Skip to content

Instantly share code, notes, and snippets.

@nunomazer
Last active January 7, 2025 01:32
Show Gist options
  • Save nunomazer/80a141fb1e3c3c3f75a7d68aac4059e6 to your computer and use it in GitHub Desktop.
Save nunomazer/80a141fb1e3c3c3f75a7d68aac4059e6 to your computer and use it in GitHub Desktop.
Executing composer global commands in Linux
export PATH="$(composer config -g home)/vendor/bin:$PATH"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment