A Laravel development environment for Linux that runs Nginx and DnsMasq to serve sites on *.test domains.
Valet Linux is a development environment tool specifically designed for Laravel developers on Linux systems. It configures Nginx and DnsMasq to serve local sites on *.test domains without requiring complex setup or virtualization. The tool solves the problem of heavy resource usage in traditional development environments by providing a lightweight, fast alternative.
Laravel developers working on Linux who prefer minimalist, resource-efficient local development environments without Vagrant or Homestead.
Developers choose Valet Linux for its extreme speed, low RAM usage (about 7MB), and simplicity in setting up local Laravel projects. It offers a flexible, fast alternative to heavier solutions while maintaining essential development features.
A fork of Laravel Valet to work in Linux.
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.
Consumes only about 7MB of RAM, as highlighted in the README, making it ideal for machines with limited resources without sacrificing performance.
Uses DnsMasq to automatically proxy all *.test domain requests to local sites, eliminating the need for manual /etc/hosts file configuration.
Integrates local tunnel services to share development sites publicly, a key feature mentioned in the description for collaborative debugging or demos.
Eliminates Vagrant or Homestead dependencies, offering a faster and more flexible alternative for Laravel development, as per the philosophy of speed and simplicity.
Only works on Linux systems, excluding developers on Windows or macOS, since it's a fork specifically adapted for Linux with no native support for other OSes.
Lacks the isolation and environment consistency provided by solutions like Vagrant or Docker, which the README admits it isn't a complete replacement for.
Requires Nginx and DnsMasq to be installed and configured, adding potential complexity compared to all-in-one solutions that bundle these components.
Valet Linux is an open-source alternative to the following products:
Vagrant is an open-source tool for building and managing virtual machine environments in a single workflow, simplifying development environment setup.
Homestead is a pre-packaged Vagrant box that provides a complete, portable development environment for PHP and Laravel applications, including Nginx, MySQL, and other tools.