PHPackages                             cretueusebiu/valet-windows - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. cretueusebiu/valet-windows

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

cretueusebiu/valet-windows
==========================

A more enjoyable local development experience for Windows.

2.5.3(1y ago)920115.0k85[7 issues](https://github.com/cretueusebiu/valet-windows/issues)[3 PRs](https://github.com/cretueusebiu/valet-windows/pulls)MITPHPPHP ^7.4|^8.0CI passing

Since May 3Pushed 3mo ago18 watchersCompare

[ Source](https://github.com/cretueusebiu/valet-windows)[ Packagist](https://packagist.org/packages/cretueusebiu/valet-windows)[ RSS](/packages/cretueusebiu-valet-windows/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (10)Versions (48)Used By (0)

[![](https://camo.githubusercontent.com/14e319b320c5478ef0f2cf733864161ef2220d8452ca9630dd8f917f60981559/68747470733a2f2f6c61726176656c2e636f6d2f6173736574732f696d672f636f6d706f6e656e74732f6c6f676f2d76616c65742e737667)](https://camo.githubusercontent.com/14e319b320c5478ef0f2cf733864161ef2220d8452ca9630dd8f917f60981559/68747470733a2f2f6c61726176656c2e636f6d2f6173736574732f696d672f636f6d706f6e656e74732f6c6f676f2d76616c65742e737667)

[![Build Status](https://github.com/cretueusebiu/valet-windows/workflows/Tests/badge.svg)](https://github.com/cretueusebiu/valet-windows/actions?query=workflow%3Atests)[![Total Downloads](https://camo.githubusercontent.com/a8bfc4ef9d1fe863464ff94656549bee4c82a85923771a3ec59f90b45bdd58d6/68747470733a2f2f706f7365722e707567782e6f72672f6372657475657573656269752f76616c65742d77696e646f77732f642f746f74616c2e737667)](https://packagist.org/packages/cretueusebiu/valet-windows)[![Latest Stable Version](https://camo.githubusercontent.com/9cc743dde170666bf7be43963799e175bdf2ba7408e5df2fc3631502f536a22f/68747470733a2f2f706f7365722e707567782e6f72672f6372657475657573656269752f76616c65742d77696e646f77732f762f737461626c652e737667)](https://packagist.org/packages/cretueusebiu/valet-windows)[![License](https://camo.githubusercontent.com/9495a1e5394c0dbdd438aa5aa766d5c12b5249ffe30ff21a4ad58088593a8bef/68747470733a2f2f706f7365722e707567782e6f72672f6372657475657573656269752f76616c65742d77696e646f77732f6c6963656e73652e737667)](https://packagist.org/packages/cretueusebiu/valet-windows)

Windows port of the popular development environment [Laravel Valet](https://github.com/laravel/valet).

Introduction
------------

[](#introduction)

Valet is a Laravel development environment for Windows. No Vagrant, no `/etc/hosts` file. You can even share your sites publicly using local tunnels. *Yeah, we like it too.*

Laravel Valet configures your Windows to always run Nginx in the background when your machine starts. Then, using [Acrylic DNS](http://mayakron.altervista.org/wikibase/show.php?id=AcrylicHome), Valet proxies all requests on the `*.test` domain to point to sites installed on your local machine.

Documentation
-------------

[](#documentation)

Before installation, make sure that no other programs such as Apache or Nginx are binding to your local machine's port 80.
 Also make sure to open your preferred terminal (Windows Terminal, CMD, Git Bash, PowerShell, etc.) as Administrator.

- If you don't have PHP installed, open PowerShell (3.0+) as Administrator and run:

```
Set-ExecutionPolicy RemoteSigned -Scope Process; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.SecurityProtocolType]::Tls12; Invoke-WebRequest -Uri "https://github.com/cretueusebiu/valet-windows/raw/master/bin/php.ps1" -OutFile $env:temp\php.ps1; .$env:temp\php.ps1 "8.4"
```

(You can replace `8.4` with the PHP version you want to install: `7.4`, `8.2`, `8.3`, `8.4`)

> This script will download and install PHP for you and add it to your environment path variable. PowerShell is only required for this step.

- If you don't have Composer installed, make sure to [install](https://getcomposer.org/Composer-Setup.exe) it.
- Install Valet with Composer via `composer global require cretueusebiu/valet-windows`.
- Run the `valet install` command. This will configure and install Valet and register Valet's daemon to launch when your system starts.
- If you're installing on Windows 10/11, you may need to [manually configure](https://mayakron.altervista.org/support/acrylic/Windows10Configuration.htm) Windows to use the Acrylic DNS proxy.

Valet will automatically start its daemon each time your machine boots. There is no need to run `valet start` or `valet install` ever again once the initial Valet installation is complete.

For more please refer to the official documentation on the [Laravel website](https://laravel.com/docs/8.x/valet#serving-sites).

Known Issues
------------

[](#known-issues)

- WSL2 distros fail because of Acrylic DNS Proxy ([microsoft/wsl#4929](https://github.com/microsoft/WSL/issues/4929)). Use `valet stop`, start WSL2 then `valet start`.
- The PHP-CGI process uses port 9001. If it's already used change it in `~/.config/valet/config.json` and run `valet install` again.
- When sharing sites the url will not be copied to the clipboard.
- You must run the `valet` commands from the drive where Valet is installed, except for park and link. See [\#12](https://github.com/cretueusebiu/valet-windows/issues/12#issuecomment-283111834).
- If your machine is not connected to the internet you'll have to manually add the domains in your `hosts` file or you can install the [Microsoft Loopback Adapter](https://docs.microsoft.com/en-us/troubleshoot/windows-server/networking/install-microsoft-loopback-adapter) as this simulates an active local network interface that Valet can bind too.

Xdebug
------

[](#xdebug)

To enable a debugging session you can use [Xdebug helper](https://chrome.google.com/webstore/detail/xdebug-helper/eadndfjplgieldjbigjakmdgkmoaaaoc) or set a cookie with the name `XDEBUG_SESSION`.

Testing
-------

[](#testing)

Run the unit tests with:

```
composer test-unit
```

Before running the integration tests for the first time, you must build the Docker container with:

```
composer build-docker
```

Next, you can run the integration tests with:

```
composer test-integration
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

License
-------

[](#license)

Laravel Valet is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT).

###  Health Score

61

—

FairBetter than 99% of packages

Maintenance65

Regular maintenance activity

Popularity52

Moderate usage in the ecosystem

Community31

Small or concentrated contributor base

Maturity81

Battle-tested with a long release history

 Bus Factor2

2 contributors hold 50%+ of commits

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~73 days

Recently: every ~295 days

Total

45

Last Release

437d ago

Major Versions

v0.1.8 → v1.0.02016-05-05

v1.0.8 → 2.0.32016-12-30

PHP version history (5 changes)v0.1.6PHP &gt;=7.0.0

v1.0.0PHP &gt;=5.5.9

2.0.11PHP &gt;=5.6

2.2.0PHP ^7.3|^8.0

2.5.0PHP ^7.4|^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/43c2999e83614acd2ad1b9df54d88807b2cf723814d5af019084fe5884fa7930?d=identicon)[cretueusebiu](/maintainers/cretueusebiu)

---

Top Contributors

[![taylorotwell](https://avatars.githubusercontent.com/u/463230?v=4)](https://github.com/taylorotwell "taylorotwell (545 commits)")[![cretueusebiu](https://avatars.githubusercontent.com/u/1517945?v=4)](https://github.com/cretueusebiu "cretueusebiu (342 commits)")[![adamwathan](https://avatars.githubusercontent.com/u/4323180?v=4)](https://github.com/adamwathan "adamwathan (272 commits)")[![mattstauffer](https://avatars.githubusercontent.com/u/151829?v=4)](https://github.com/mattstauffer "mattstauffer (177 commits)")[![drbyte](https://avatars.githubusercontent.com/u/404472?v=4)](https://github.com/drbyte "drbyte (93 commits)")[![jasonvarga](https://avatars.githubusercontent.com/u/105211?v=4)](https://github.com/jasonvarga "jasonvarga (18 commits)")[![jrbarnard](https://avatars.githubusercontent.com/u/6758366?v=4)](https://github.com/jrbarnard "jrbarnard (17 commits)")[![kroko](https://avatars.githubusercontent.com/u/720976?v=4)](https://github.com/kroko "kroko (12 commits)")[![aryehraber](https://avatars.githubusercontent.com/u/5065331?v=4)](https://github.com/aryehraber "aryehraber (11 commits)")[![furey](https://avatars.githubusercontent.com/u/1914481?v=4)](https://github.com/furey "furey (10 commits)")[![simensen](https://avatars.githubusercontent.com/u/191200?v=4)](https://github.com/simensen "simensen (10 commits)")[![LasseRafn](https://avatars.githubusercontent.com/u/2689341?v=4)](https://github.com/LasseRafn "LasseRafn (10 commits)")[![m1guelpf](https://avatars.githubusercontent.com/u/23558090?v=4)](https://github.com/m1guelpf "m1guelpf (10 commits)")[![lucasmichot](https://avatars.githubusercontent.com/u/513603?v=4)](https://github.com/lucasmichot "lucasmichot (10 commits)")[![aaemnnosttv](https://avatars.githubusercontent.com/u/1621608?v=4)](https://github.com/aaemnnosttv "aaemnnosttv (9 commits)")[![Gounlaf](https://avatars.githubusercontent.com/u/236413?v=4)](https://github.com/Gounlaf "Gounlaf (9 commits)")[![grusch-it](https://avatars.githubusercontent.com/u/6604918?v=4)](https://github.com/grusch-it "grusch-it (9 commits)")[![jerguslejko](https://avatars.githubusercontent.com/u/4470539?v=4)](https://github.com/jerguslejko "jerguslejko (9 commits)")[![KennedyTedesco](https://avatars.githubusercontent.com/u/999232?v=4)](https://github.com/KennedyTedesco "KennedyTedesco (9 commits)")[![KorvinSzanto](https://avatars.githubusercontent.com/u/1007419?v=4)](https://github.com/KorvinSzanto "KorvinSzanto (9 commits)")

---

Tags

dev-toolphpwindowslaravelwindowsvalet

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/cretueusebiu-valet-windows/health.svg)

```
[![Health](https://phpackages.com/badges/cretueusebiu-valet-windows/health.svg)](https://phpackages.com/packages/cretueusebiu-valet-windows)
```

###  Alternatives

[laravel/valet

A more enjoyable local development experience for Mac.

2.6k911.9k13](/packages/laravel-valet)[tightenco/jigsaw

Simple static sites with Laravel's Blade.

2.2k438.5k29](/packages/tightenco-jigsaw)[genesisweb/valet-linux-plus

Advanced local development experience for Linux.

18215.3k](/packages/genesisweb-valet-linux-plus)[ycodetech/valet-windows

A more enjoyable local development experience for Windows. A Windows port of the popular Laravel Valet and a fork of cretueusebiu/valet-windows, with new features.

451.6k](/packages/ycodetech-valet-windows)[laravel-zero/framework

The Laravel Zero Framework.

3371.4M369](/packages/laravel-zero-framework)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

255.2k](/packages/aedart-athenaeum)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
