PHP Artisan Serve Port
# specify port
$ php artisan serve --port=8080
# specify host and port
$ php artisan serve --host=localhost --port=8080
Snippets
# specify port
$ php artisan serve --port=8080
# specify host and port
$ php artisan serve --host=localhost --port=8080
php artisan serve --host=some.other.domain --port=8001
php artisan serve --port=portNumber
// Example with port
php artisan serve --port=8001
// Note: You May choose anyport you want