Skip to content

Commit a771cf3

Browse files
committed
Update quick start to create laravel with version 10 or less
1 parent 88bb446 commit a771cf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Read more about how URLs are handled inside of Coilpack in the [Routing Section]
1111
If you are new to Laravel and Coilpack we strongly recommend you follow the rest of this guide for getting started. However, if you have installed Coilpack before or are familiar with setting up a Laravel application you can get started quickly with the commands below.
1212

1313
```sh
14-
composer create-project --prefer-dist laravel/laravel project-name
14+
composer create-project --prefer-dist "laravel/laravel:<=10" project-name
1515
cd project-name
1616
composer require expressionengine/coilpack:1.x
1717
php artisan coilpack

0 commit comments

Comments
 (0)