You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mischa Braam edited this page Oct 23, 2024
·
7 revisions
Valet+ is a development environment for macOS.
Valet vs. Valet+
Valet+ is a shell upon Laravel Valet. Valet+ adds functionality to Valet with a goal of making things even simpler and faster. We are very grateful to the Laravel team for providing the base that we built Valet+ upon, see the Laravel website.
Why Valet/Valet+?
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 on your local machine.
In other words, a blazing fast development environment. Valet+ provides a great alternative if you want flexible basics or prefer extreme speed.
Differences from Valet
Here are a few key differences compared to the original Valet:
Nginx config optimization
PHP extensions (yaml, apcu, ds, imagick)
MySQL (mysql@5.7, mysql@8.0, mysql@8.1, mariadb)
Mailhog (on/off mode)
Varnish (on/off mode)
Redis (on/off mode)
Rabbitmq (on/off mode)
Xdebug (on/off mode)
Memcache (on/off mode)
Elasticsearch v6, v7, v8 (on/off mode) using Docker
Opensearch v2 (on/off mode) using Docker
Rewrite/unrewrite public domain to local environment