Laravel php artisan serve to mimic HTTPS

后端 未结 3 941
失恋的感觉
失恋的感觉 2021-01-04 00:38

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

3条回答
  •  既然无缘
    2021-01-04 01:04

    You can use ngrok for that

    php artisan serve
    cd 
    ./ngrok http localhost:8000
    

    https://ngrok.com/

提交回复
热议问题