Tambahkan penginstal Laravel ke jalur

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