Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

add laravel installer to path

# For WSL, you will find the global composer location in ~/.config/composer
# Instead of the usual ~/.composer/
# To add a normal composer install to your WSL path do the following
export PATH="$PATH:~/.config/composer/vendor/bin"
# Reload bash
source ~/.bashrc
# Use composer package (ex. Laravel)
 
PREVIOUS NEXT
Tagged: #add #laravel #installer #path
ADD COMMENT
Topic
Name
3+2 =