laravel / valet

A more enjoyable local development experience for Mac.
https://laravel.com/docs/valet
MIT License
2.51k stars 695 forks source link

UPGRADE.md not found after updating to Valet v4 #1379

Closed nickdavis closed 1 year ago

nickdavis commented 1 year ago

Description:

Updated to valet v4 but the file I'm directed to - https://github.com/laravel/valet/blob/master/UPGRADE.md - in the following message 404s

Please make sure all custom drivers have been upgraded for Valet 4.
See the upgrade guide for more info:
https://github.com/laravel/valet/blob/master/UPGRADE.md

Steps To Reproduce:

Try to visit this URL https://github.com/laravel/valet/blob/master/UPGRADE.md

Diagnosis

Alternatively, if someone could let me how to update all custom drivers in the meantime. I've updated composer and brew. Thanks.

Unfortunately valet diagnose gives me the same message and no other output.

mattstauffer commented 1 year ago

WHOOPS. That's my bad!

@nickdavis https://github.com/laravel/valet/blob/d1967bbd0c61e528e47a79ed45556e58c2e614cf/UPGRADE.md

There's that file for now, and I'll bring it back shortly.

mattstauffer commented 1 year ago

From that doc:


nickdavis commented 1 year ago

@mattstauffer thanks so much!