Darken\Console\Commands\Dev

class

Class Dev This class is used to define the dev command for the application. It starts the development server and the watcher process to automatically rebuild the code when changes are detected.

Methods

Method Details

public Darken\Enum\ConsoleExit run (Darken\Console\Application $app) Dev.php#21
$app Darken\Console\Application
Return Darken\Enum\ConsoleExit
public terminateProcesses () Dev.php#78

Terminates all running processes and closes their pipes.