Skip to content

Installation

Mischa Braam edited this page Feb 15, 2024 · 15 revisions

Installation

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 or valet install ever again once the initial Valet+ installation is complete.

Laravel Valet to Valet+

To install valet-plus after having installed Laravel valet. Please follow the following steps.

  1. Remove the valet package composer remove laravel/valet.
  2. Follow the installation instructions.

Installation config

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-mysql80 (installs mysql 8.0)
  • valet install --with-mysql81 (installs mysql 8.1)
  • valet install --with-mariadb (installs mariadb)
Clone this wiki locally