Skip to content

Commit

Permalink
📝 Remove the --prefer-source flag from the create-project command
Browse files Browse the repository at this point in the history
  • Loading branch information
siguici committed Nov 21, 2023
1 parent 4fea1f0 commit fb46185
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Start [PHP][php-home] applications using [Laravel][laravel-home] preconfigured w
[Use this template](https://github.com/sikessem/starter/generate) or create a new [Sikessem project](https://packagist.org/packages/sikessem/starter) via the [Composer](https://getcomposer.org/) `create-project` command (recommended):

```shell
composer create-project sikessem/starter --prefer-source my-app
composer create-project sikessem/starter my-app
```

Where ***my-app*** is the name of your app.
Expand Down

0 comments on commit fb46185

Please sign in to comment.