Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/laravel/11.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Laravel Sail与HTTPS一起使用_Laravel_Laravel Sail - Fatal编程技术网

Laravel Sail与HTTPS一起使用

Laravel Sail与HTTPS一起使用,laravel,laravel-sail,Laravel,Laravel Sail,我想用HTTPS测试我的Laravel Sail Docker项目。我怎样才能做到这一点 我原以为share让这成为可能,但这是不对的 ▶ sail share --subdomain=foobar Thank you for using expose. Local-URL: host.docker.internal:82 Dashboard-URL: http://127.0.0.1:4040 Expose-URL: http://foobar.laravel-sa

我想用HTTPS测试我的Laravel Sail Docker项目。我怎样才能做到这一点

我原以为
share
让这成为可能,但这是不对的

▶ sail share --subdomain=foobar
Thank you for using expose.
Local-URL:      host.docker.internal:82
Dashboard-URL:      http://127.0.0.1:4040
Expose-URL:     http://foobar.laravel-sail.site:8080
我需要在
https://
上运行我的应用程序,但只能让它与http一起工作。

也许这可以帮助您