{"repo":"wp-cli/server-command","free":true,"listed":false,"github":"https://github.com/wp-cli/server-command","clone":"git clone https://github.com/wp-cli/server-command.git","description":"Launches PHP's built-in web server for a specific WordPress installation.","language":"PHP","stars":68,"topics":["wp-cli","wp-cli-package","wordpress","cli","server","localhost","local","hacktoberfest"],"license":"MIT","category":"cli-tools","readme_excerpt":"wp-cli/server-command ===================== Launches PHP's built-in web server for a specific WordPress installation. Quick links: Using Installing Contributing Support Using wp server [--host= ] [--port= ] [--docroot= ] [--config= ] [--adapt-scheme] [ ...] Uses php -S to launch a web server serving the WordPress webroot. Importantly, PHP's built-in web server doesn't support .htaccess files. If this is a requirement, please use a more advanced web server. OPTIONS [--host= ] The hostname to bind the server to. --- default: localhost --- [--port= ] The port number to bind the server to. --- default: 8080 --- [--docroot= ] The path to use as the document root. If the path global parameter is set, the default value is it. [--config= ] Configure the server with a specific .ini file. [--adapt-scheme] Replace HTTPS URLs matching the original site URL with HTTP in server responses. Useful when the site is configured with HTTPS but the development server runs on HTTP. [ ...] Optional arguments to pass to the PHP binary. Any arguments after -- will be passed through to the php command. EXAMPLES # Make the instance available on any address (with port 8080) $ wp server --host=0.0.0.0 PHP 5.6.9 Development Server started at Tue May 24 01:27:11 2016 Listening on http://0.0.0.0:8080 Document root is / Press Ctrl-C to quit. # Run on port 80 (for multisite) $ wp server --host=localhost.localdomain --port=80 PHP 5.6.9 Development Server started at Tue May 24 01:30:06 2016 Listening on http://","default_branch":null,"files":null,"tree":[],"storefront":"/r/wp-cli","claimed":false,"request_supported":{"post":"https://gitbuyer.com/r/wp-cli/server-command/request-supported","requests":0},"note":"indexed from public GitHub; nothing is for sale on this page. Clone it from GitHub. Paid listings live at /search."}