Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

how to deploy laravel windows

1. Get your IPv4 Address
  a. Open command prompt
  b. Enter "ipconfig"
  c. Get the IPv4 Address under
     "Ethernet adapter Ethernet:"
   		"IPv4 Address. . . . . . . . . . . :" <IPv4 Address>
2. Run php artisan serve
  "php artisan serve --host <IPv4 Address>"
 
PREVIOUS NEXT
Tagged: #deploy #laravel #windows
ADD COMMENT
Topic
Name
1+3 =