Enabling HTTPS in Valet
To enable secure HTTPS in Laravel Valet you can just run the "valet secure" command.
valet secure [website]
value secure example
https://example.test
Disabling HTTPS in Valet
To disable the HTTPS you can use the "valet unsecure" command.
valet unsecure
http://example.test
Leave a reply