1
0
mirror of https://github.com/laravel/valet.git synced 2026-02-04 16:10:08 +01:00

Rename upgrade.md to UPGRADE.md

This commit is contained in:
Dries Vints
2023-02-20 09:30:40 +01:00
committed by GitHub
parent e405aa2a42
commit d7787c025e

9
UPGRADE.md Normal file
View File

@@ -0,0 +1,9 @@
# Upgrading to v4
- You must run `valet` once for the upgrader to run
- Only works on PHP 8.0+
- Update custom drivers and SampleValetDriver:
- Match the new type hints of the base ValetDriver
- Extend the new namespaced drivers instead of the old globally-namespaced drivers
- Add namespace
- Probably a lot more, @todo forgot to flesh this out as i went