Snippets tagged “create-project”
1 snippet uses this tag.
- Installing specific laravel version with composer create-projectPHP
To install a specific version of Laravel using the Composer create-project command, you can specify the version number after the package name.