laravel / installer

The Laravel application installer.
https://laravel.com/docs
MIT License
646 stars 266 forks source link

Define version in new project #250

Closed kromodoro closed 1 year ago

kromodoro commented 1 year ago

I'm starting in Laravel this week, and I noticed that there are 3 ways to create a new project.

But only via composer I can define the framework version.

Via CURL or Laravel installer I don't have any way to set the version I want to start a new project.

image

Laravel Installer 4.2.17

driesvints commented 1 year ago

You always get the latest version which should be the default for every new project 👍