Sunday, March 5, 2017

Remote access in laravel 5.4

i am new in laravel please guide me about remote access on same network. i want to share my Laravel Project on the other computer which is connected on same network.I tried the following command by Git Bash but it works only on my PC not worked on the other PC. /c/xampp/htdocs/myproject (master) $ php artisan serve --host=192.168.100.5 --port=5000



via Jamal Ahmad

Advertisement