Mastering the Laravel Installer: Why and How to Use composer global require laravel/installer
When starting a new Laravel project, many developers immediately type:
composer create-project laravel/laravel myapp
That command works perfectly fine, but if you build Laravel applications often, you’ll quickly realize there’s a faster and more elegant way to do it. That’s where the Laravel Installer comes into