Run project in custom host and custom port
Running Laravel Project
php artisan serve --host=192.168.200.100 --port=8000
Normally
php -S localhost:8080 -t public
php artisan serve --host=192.168.200.100 --port=8000
Normally
php -S localhost:8080 -t public
Comments
Post a Comment