Skip to content

Commit 8213f76

Browse files
Jubekitaylorotwell
andauthored
[11.x] Add Laravel Installer update instructions (#9475)
* Add Laravel Installer update instructions * Update upgrade.md --------- Co-authored-by: Taylor Otwell <[email protected]>
1 parent 6847fb2 commit 8213f76

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

upgrade.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,12 @@ In addition, you should review the upgrade guides for each of these packages to
9494
- [Laravel Spark Stripe](#spark-stripe)
9595
- [Laravel Telescope](#telescope)
9696

97+
If you have manually installed the Laravel installer, you should update the installer via Composer:
98+
99+
```bash
100+
composer global require laravel/installer:^5.6
101+
```
102+
97103
Finally, you may remove the `doctrine/dbal` Composer dependency if you have previously added it to your application, as Laravel is no longer dependent on this package.
98104

99105
<a name="application-structure"></a>

0 commit comments

Comments
 (0)