Answers for "laravel port"

PHP
1

how to change laravel port

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

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
Posted by: Guest on January-27-2021

Browse Popular Code Answers by Language