1composer create-project --prefer-dist laravel/laravel blog
2 //here blog is you project name you can change this figure
3 //to whatever you want to make the name of your project
4
1curl -s https://laravel.build/app-name | bash
2<!-- OR -->
3composer create-project --prefer-dist laravel/laravel app-name "8.*"