genesisweb / valet-linux-plus
Advanced local development experience for Linux.
Installs: 11 141
Dependents: 0
Suggesters: 0
Security: 0
Stars: 146
Watchers: 8
Forks: 25
Open Issues: 15
Requires
- php: ^8.2|^8.3
- ext-json: *
- ext-mbstring: *
- ext-pdo: *
- ext-posix: *
- ext-xml: *
- illuminate/collections: ^11.4
- illuminate/container: ^11.0
- mnapoli/silly: ^1.9
- nategood/httpful: ^0.3
- symfony/process: ^7.0
- uttamrabadiya/console-components: ^1.0.1
Requires (Dev)
- ext-zip: *
- friendsofphp/php-cs-fixer: ^3.3
- mockery/mockery: ^1.2.3
- phpstan/phpstan: ^1.4
- phpunit/phpunit: ~5.5|^9.0
- squizlabs/php_codesniffer: ^3.9
- symfony/var-dumper: ^7.0
README
Introduction
Valet Linux+ is an advanced development environment for Linux minimalists. No Vagrant, no /etc/hosts
file. You can even share your sites publicly using local tunnels. Yeah, we like it too.
Valet Linux+ configures your system 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 PHP development environment that uses roughly 7mb of RAM. Valet Linux+ isn't a complete replacement for Vagrant or Homestead, but provides a great alternative if you want flexible basics, prefer extreme speed, or are working on a machine with a limited amount of RAM.
Official Documentation
Documentation for Valet can be found on the Valet Linux website.
License
Laravel Valet is open-sourced software licensed under the MIT license