Answers for "php artisan port new"

PHP
3

php artisan serve another 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

how to change laravel port

php artisan serve --host=sample.dev --port=8080
Posted by: Guest on April-27-2021

Browse Popular Code Answers by Language