Sunday, February 25, 2018

SSL Certificate on Laravel Development - development

SSL Certificate on Laravel Development

I have an application which i am using ‘php artisan serve’ command to run it on my mobile. I want to test it on my mobile but i have an API which requires HTTPS. So how can i configure this? I want to test this before I put this live.

Here is how my artisan command looks like:

php artisan serve --host=192.168.1.18 --port=80

The IP is my local machines IP Address which i am accessing from my mobile.

I have tried looking up google but i couldn’t find the answer i was looking for.

Thanks



from Laravel Questions and Answers https://laravelquestions.com/laravel/ssl-certificate-on-laravel-development/
via Lzo Media

1 comment: