> For the complete documentation index, see [llms.txt](https://talltips.novate.co.uk/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://talltips.novate.co.uk/laravel/installing-a-specific-version-of-laravel.md).

# Installing a Specific Version of Laravel

Specify the version required in a Composer create-project command

`composer create-project laravel/laravel myproject "7.*"`
