# specify port
$ php artisan serve --port=8080
# specify host and port
$ php artisan serve --host=localhost --port=8080
php artisan serv --port=9000
//Host and Port
php artisan serve --host=0.0.0.0 --port=8080
//Port
php artisan serve --port=8081