If you want to use OLDER version instead of the newest Laravel, use this command:
1composer create-project --prefer-dist laravel/laravel project "7.*"
Change 7.* to whichever version you want.
If you want to use OLDER version instead of the newest Laravel, use this command:
1composer create-project --prefer-dist laravel/laravel project "7.*"
Change 7.* to whichever version you want.