I have been searching around to see if there is a way I can mock SSL for local development using Laravel\'s artisan to serve HTTPS with no luck.
Is this possible and
You can use ngrok for that
ngrok
php artisan serve cd ./ngrok http localhost:8000
https://ngrok.com/