Answers for "port laravel run"

PHP
6

php artisan serve port

# specify port 
$ php artisan serve --port=8080

# specify host and port
$ php artisan serve --host=localhost --port=8080
Posted by: Guest on November-29-2020
1

Running Laravel Application On Another Port

php artisan serv --port=9000
Posted by: Guest on January-26-2022

Browse Popular Code Answers by Language