Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

how to serve the port in php

php artisan serve --port=portNumber

// Example with port
php artisan serve --port=8001
  
// Note: You May choose anyport you want
 
PREVIOUS NEXT
Tagged: #serve #port #php
ADD COMMENT
Topic
Name
5+9 =