github.com/heyanlong/vanilla
源代码
问题
安装: 7
依赖: 0
建议者: 0
安全性: 0
星标: 21
关注者: 3
分支: 2
开放性问题: 0
类型:项目
Requires
Requires (Dev)
None
Suggests
Provides
Conflicts
Replaces
MIT 46e95cd935f2503830a13d25528f6d02a4002899
This package is auto-updated.
Last update: 2024-09-07 19:48:58 UTC
建议您使用Composer来安装Vanilla。
$ composer create-project heyanlong/vanilla blog
这将安装Vanilla及其所有必需的依赖项。Vanilla需要PHP 7.1.3或更高版本。
您可以使用内置的PHP服务器快速测试此软件
$ php -S localhost:8000
要执行测试套件,您需要phpunit。
$ phpunit
Vanilla框架根据MIT许可证授权。有关更多信息,请参阅许可证文件。