yiisoft / app

Yii3 application template

Home Page:https://www.yiiframework.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The process "./yii serve" exceeded the timeout of 300 seconds.

BoShurik opened this issue · comments

composer serve leads to error The process "./yii serve" exceeded the timeout of 300 seconds.

To prevent this:

"scripts": {
    "serve": [
        "Composer\\Config::disableProcessTimeout",
        "./yii serve"
    ],
}

P.S.

-Quit the server with CTRL-C or COMMAND-C.
+Quit the server with CTRL-C