Skip to content

Nette console commands for running application in php builtin server.

License

Notifications You must be signed in to change notification settings

Kdyby/NettePhpServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nette PHP Server

Build Status

Nette console commands for running application in php builtin server.

Requirements

Nette PHP Server requires PHP 5.6 with pcntl extension.

Installation

The best way to install Nette PHP Server is using Composer:

$ composer require kdyby/nette-php-server

You can enable the extension using your neon config.

extensions:
    console: Kdyby\Console\DI\ConsoleExtension
    server: Kdyby\NettePhpServer\DI\PhpServerExtension

Configuration

This extension creates new configuration section server, but you don't need to configure anything unless you have different document root dir than www.

server:
    documentRoot: %appDir%/../htdocs

About

Nette console commands for running application in php builtin server.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages