homestead icon indicating copy to clipboard operation
homestead copied to clipboard

Results 31 homestead issues
Sort by recently updated
recently updated
newest added

Please note that the Homestead issue tracker is reserved for bug reports and enhancements. We are not always able to debug Vagrant, Provider or Operating System issues, but will do...

the "mysql" feature no longer exists, so we'll drop it from the example config files. #1582 dropped the `mysql8.sh` file. confirmed running with the "mysql" feature produces `homestead: Invalid feature:...

https://github.com/laravel/homestead/blob/35620748af486b9ae387df0da94e3677934f62ef/scripts/features/webdriver.sh#L23 `wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add --no-tty - `

/cc @mouyong Resolves https://github.com/laravel/homestead/issues/1764 Example configuration: ``` sites: - map: vcdt.test to: /home/vagrant/vcdt/public type: webman webman_port: 9393 ``` Results in the following virutalhost: ``` upstream webman { server 127.0.0.1:9393; }...

## Versions - Vagrant: 2.2.19 - Provider: Virtualbox 6.1.32 - Homestead: v12.5.0 ## Host operating system Windows 21H1 19043.1526 ## Homestead.yaml ```yaml sites: - map: homestead.test to: /home/vagrant/code/public - map:...

In short, I am unable to run cURL commands to certain SSL domains. I found this out when I tried to run my test suite, which makes a cURL call...

Validated Bug
ARM

Please note that the Homestead issue tracker is reserved for bug reports and enhancements. We are not always able to debug Vagrant, Provider or Operating System issues, but will do...

Vagrant Bug
Validated Bug

* Remove support for specified elasticsearch version * Set TimescaleDB to use PostgreSQL 14 * Testing Jammy CouchDB * CouchDB doesn't support arm64 * Marking feature compatibility ## Rework `Homestead.yaml`...

Wondering if there's any current plans to revive VMware Desktop (Fusion) as a provider for Homestead? At the minute I'm currently evaluating Apple Silicon Macs for a future standard environment...