RewriteEngine On RewriteCond %{HTTPS} off RewriteRule ^(.*)$ https://www.example.com/$1 [R=301,L]
php artisan serve cd <path-to-ngrok> ./ngrok http localhost:8000