mirror of
https://github.com/laravel/valet.git
synced 2026-02-04 16:10:08 +01:00
369 B
369 B
Upgrading to v4
- You must run
valetonce 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