cara melayani port di php

php artisan serve --port=portNumber

// Example with port
php artisan serve --port=8001
  
// Note: You May choose anyport you want
Copy Paster