Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replacing hardcoded protocol in mix helper (#18943)
* Replacing hardcoded protocol in mix helper This does not solve "the whole problem" however currently the mix helper hardcodes the port and protocol. When using SSL on your development environment browsers refuse to load the assets served by mix when using HMR over http This change makes sure it uses the correct protocol. Although it doesn't solve the issue of users not having SSL on "localhost" * Code styling changes * simplified :) * Update helpers.php
- Loading branch information