Skip to content

cpriego/valet-linux

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
This branch is 406 commits ahead, 1375 commits behind laravel:master.

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
bin
January 2, 2023 11:46
cli
August 9, 2023 09:21
May 4, 2016 21:34
August 23, 2019 14:46
November 26, 2019 10:12
September 3, 2017 18:54
November 11, 2021 08:49
January 30, 2023 15:12

Build Status Total Downloads Latest Stable Version Latest Unstable Version License

Introduction

Valet Linux is a Laravel 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 Laravel 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 an open-sourced software licensed under the MIT license

Packages

No packages published

Languages

  • PHP 90.7%
  • Shell 9.2%
  • HTML 0.1%