Skip to content

Instantly share code, notes, and snippets.

@kengitahi
Created October 2, 2024 08:08
Show Gist options
  • Save kengitahi/711dfbcd099c4f7d88f7509709d3b0fb to your computer and use it in GitHub Desktop.
Save kengitahi/711dfbcd099c4f7d88f7509709d3b0fb to your computer and use it in GitHub Desktop.
Laravel - Path setup in Fish shell
set -gx PATH $PATH $HOME/.composer/vendor/bin or set -gx PATH $PATH $HOME/config/.composer/vendor/bin
set -U fish_user_paths $HOME/config/.composer/vendor/bin
Check the path after running composer global require "laravel/installer"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment