Hyper breaks laravel valet share
See original GitHub issue- I am on the latest Hyper.app version
- I have searched the issues of this repo and believe that this is not a duplicate
- OS version and name: macOS 10.13.6
- Hyper.app version: Hyper 3.0.2
- Link of a Gist with the contents of your .hyper.js: https://gist.github.com/kms-rscholz/b89fd0c43f55b99d619bfa2829daa424
- Relevant information from devtools (CMD+ALT+I on macOS, CTRL+SHIFT+I elsewhere): N/A
- The issue is reproducible in vanilla Hyper.app: Is Vanilla
Issue
When trying to use Laravel’s valet share
command in Hyper it throws the following error:
ERROR: Tunnel 'command_line' specifies an invalid or malformed address 'XXXXX:80': strange hostname
The command works fine in the native macOS Terminal and other terminal apps. More info about the issue/error can be found here: https://github.com/laravel/valet/issues/790#issuecomment-522358081
Issue Analytics
- State:
- Created 4 years ago
- Reactions:4
- Comments:17 (1 by maintainers)
Top Results From Across the Web
Hyper breaks laravel valet share · Issue #3796 - GitHub
When trying to use Laravel's valet share command in Hyper it throws the following error: ERROR: Tunnel 'command_line' specifies an invalid ...
Read more >Laravel Valet - Laravel - The PHP Framework For Web Artisans
Laravel is a PHP web application framework with expressive, elegant syntax. We've already laid the foundation — freeing you to create without sweating...
Read more >Forticlient keeps breaking my local dev enviroment...
I'm using a Mac and I use Laravel Valet https://laravel.com/docs/5.6/valet for my development environment on my Mac.
Read more >Laravel Valet share: Failed to connect to 127.0.0.1 - Laracasts
I'm trying to use the command "valet share" but I'm getting this error: ... Also, make sure you are not running valet share...
Read more >What is your current local environment for Laravel? - Reddit
I've been happily using Valet for local dev, but looking to be a bit more cautious with regards to versions used across different...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@LabhanshAgrawal
cd
into the php projectvalet share
into hyper to reproduce the error.Doing the same with the nativ MacOS Terminal will create the desired result.
Fixed in valet
v2.13.19
(release)