Add Laravel Installer To Path

[Solved] Add Laravel Installer To Path | Php - Code Explorer | yomemimo.com
Question : add laravel installer to path

Answered by : ashamed-antelope-722jy8ms2mq7

# 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)

Source : | Last Update : Mon, 01 Nov 21

Answers related to add laravel installer to path

Code Explorer Popular Question For Php