how to update laravel installer
composer global update laravel/installer
how to update laravel installer
composer global update laravel/installer
update laravel version global
FIRST METHOD :
===============
# uninstall the package
composer global remove laravel/installer
# reinstall
composer global require laravel/installer
SECOND METHOD :
================
Just upgraded from Laravel 7 to 8, and running
composer global require "laravel/installer:^4.0"
did the trick for me (i.e., without removeing first)
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us