Skip to content

Commit 600817f

Browse files
committed
Update upgrad.md for beta testers
1 parent a923379 commit 600817f

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

upgrade.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
# Upgrading to v4
22

3-
- You must run `valet` once for the upgrader to run
4-
- Only works on PHP 8.0+
5-
- Update custom drivers and SampleValetDriver:
3+
- You must have PHP 8.0+ installed, and set as your primary/linked PHP install when you install v4; you can use 7.4+ as your primary after that, but need to keep a version of 8+ installed at all times
4+
- You must run `valet` once for the upgrader to run; this will attempt to update all of your configuration items and custom local drivers for v4
5+
- If you have any issues with your drivers, all custom drivers (including the `SampleValetDriver` published by previous versions of Valet) must have the following; see the [new SampleValetDriver](https://github.com/laravel/valet/blob/d7787c025e60abc24a5195dc7d4c5c6f2d984339/cli/stubs/SampleValetDriver.php) for an example:
66
- Match the new type hints of the base ValetDriver
77
- Extend the new namespaced drivers instead of the old globally-namespaced drivers
8-
- Add namespace
9-
- Probably a lot more, @todo forgot to flesh this out as i went
8+
- Have their own namespace

0 commit comments

Comments
 (0)