genesisweb / valet-linux-plus

Advanced local development experience for Linux.
MIT License
143 stars 23 forks source link

Needs Upgrade Guide for v1.6 to v2.0 #135

Closed iRaziul closed 3 months ago

iRaziul commented 3 months ago

Valet is already installed on my device (Ubuntu 24) and I want to update it to the latest version. I tried valet update to update but it doesn't allow me to update.

Upgrade guide will be a lot helpful.

uttamrabadiya commented 3 months ago

@iRaziul Sure, I will prepare one and will put it on website today.

iRaziul commented 3 months ago

@iRaziul Sure, I will prepare one and will put it on website today.

Okay, waiting for this to enjoy the latest version 😍

uttamrabadiya commented 3 months ago

@iRaziul I've just added upgrade guide in documentation. https://valetlinux.plus/upgrade Please feel free to ask any question if you face any trouble. Thank you.

phit commented 2 weeks ago

the upgrade will also break previous custom drivers as they are now namespaced and types were added just like in the official valet unfortunately this wasn't immediately obvious, any page will show a blank 500 without any error.. I only finally figured this out once I added

ini_set("display_errors", "1");
error_reporting(E_ALL);

to the .config/composer/vendor/genesisweb/valet-linux-plus/server.php