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

Comments

Post a Comment

Popular posts from this blog

ng-show doesn’t work correct with value boolean

ng-include of inline SVG does not display gradient except in Chrome

Using PHP and MySQL data to generate PDF letters like in MS Word mailmerge functionality - development