valet icon indicating copy to clipboard operation
valet copied to clipboard

A more enjoyable local development experience for Mac.

Results 30 valet issues
Sort by recently updated
recently updated
newest added

Fixes #1272 Adds support for passing in a custom sitename via the flag `--site=sitename` - Could be more flexible, at this point the '=' is mandatory - Command help updated,...

Simplifying PR https://github.com/laravel/valet/pull/941 with this new one. This will allow all stub files to be pulled from local VALET_HOME/stubs folder in case users want to create custom changes

The WordPress site can be installed in a subdirectory of the root folder. The current driver change allows you to deploy sites in subdirectories.

This is a first attempt at https://github.com/laravel/valet/issues/1233. I've split up the app init for Valet into a separate `cli/app.php` file which can be re-used in the test suite. This will...

Pushing up to compare with @driesvints' work in #1256. Haven't looked at this in over a month, though.

Previously, testing a concrete5 site that had tons of 404s and required file based sessions would force each request to load sequentially causing the site to load pretty slowly. This...

When you change the php version and brew stumbles in auto cleanup mode which can fail but is unrelated to the version change in that case. So I just added...

When using the Laravel DebugBar with the `capture_ajax` flag set to `true`, developers may encounter 502 Bad Gateway errors. This is due to DebugBar's AJAX request monitoring exceeding the FastCGI...

This PR adds a `valet browser` command to set a default browser inside Valet to open project URLs in the browser. ![2020-05-05 17 07 24](https://user-images.githubusercontent.com/5065331/81082049-0167d300-8ef3-11ea-8792-d2184292199f.gif) Currently the `valet open` command...

Load drivers dynamically. No need to keep require and driver list up to date manually.