-
Notifications
You must be signed in to change notification settings - Fork 211
Installation
Mischa Braam edited this page Sep 15, 2023
·
15 revisions
For installation instructions please see: https://github.com/weprovide/valet-plus/blob/2.x/INSTALL.MD
ℹ️ Valet+ will automatically start its daemon each time your machine boots. There is no need to run
valet start
orvalet install
ever again once the initial Valet+ installation is complete.
To install valet-plus after having installed Laravel valet. Please follow the following steps.
- Remove the valet package
composer remove laravel/valet
. - Follow the installation instructions.
When installing you can use parameters to choose which database application you wish to use.
-
valet install
(default: installs mysql 5.7) -
valet install --with-mysql-8
(installs mysql 8) -
valet install --with-mariadb
(installs mariadb)