Valet Plus

Configuring a MySQL Database with Valet Plus

In the previous post, you were shown how to get started with Valet Plus. What wasn’t covered were steps involving configuring a MySQL database with Valet Plus.
By default, Valet+ comes installed with MySQL version 5.7 with compatibility for version 5.6. According to the documentation, Valet+ also includes a tweaked my.cnf which is aimed at …

Getting Started with Valet Plus

Valet Plus is a development environment for macOS systems based off of the popular Laravel Valet package. From the Valet Plus documentation on Github, Valet+ configures your Mac to always run Nginx in the background when your machine starts. Then, using DnsMasq, Valet+ proxies all requests on the *.test domain to point to sites installed …