I\'ve looked for a solution in the web, but I\'ve not found a solution yet. I need to access to my Laravel 5 app from my iPhone, but I\'m in develop, so I don\'t want to pub
If
php artisan serve --host 0.0.0.0
doesn't seem to work. Try php artisan serve --host 0.0.0.0 --port 80. And access just using your IP address. For instance:
php artisan serve --host 0.0.0.0 --port 80
http://192.168.1.101