swoft-cli icon indicating copy to clipboard operation
swoft-cli copied to clipboard

🛠️ Command line tool for quick use swoft. Support create new application, generate class, hot reload server and more.

Results 3 swoft-cli issues
Sort by recently updated
recently updated
newest added

Doctrine\Common\Annotations\AnnotationException(code:0) [Semantical Error] The annotation "@AnnotationParser" in class Swoft\Validator\Annotation\Parser\AfterDateParser was never imported. Did you maybe forget to add a "use" statement for this annotation? ![Screenshot from 2020-12-06 02-31-58](https://user-images.githubusercontent.com/44737217/101269122-996cba00-376b-11eb-9cc3-282b91eebfac.png)

支持通过配置文件运行 ```json { "project1": { "path": "/some/path", "pidFile": "/some/path/project1.pid" }, "project1": { "path": "/some/path", "pidFile": "/some/path/project1.pid" } } ```

enhancement

自动重启热更新有点久,希望使用reload 的方式