https://dev.to/luchoquiru #table-of-contents Table of Contents Create Laravel app + Laravel Breeze
This problem is related to the concept of mixed content, which we will see later on.
One way to avoid mixed content is to force the laravel application to require resources over a secure https connection.
In this way we eliminate mixed content as all resources are now requested over a secure https connection.