geedium/gwm

此包已被废弃,不再维护。未建议替代包。

无。

维护者

详细信息

github.com/Geedium/GWM

源代码

问题

资助包维护!
www.paypal.me/geedium

安装: 0

依赖者: 0

建议者: 0

安全: 0

星标: 1

关注者: 0

分叉: 1

类型:项目

dev-master 2021-07-19 20:24 UTC

This package is auto-updated.

Last update: 2021-09-19 20:43:35 UTC


README

GWM Logo
PHP  GitHub license GitHub workflow

快速开始

命令行界面

php tools/gwm.phar diag - Validates GWM integrity.
php tools/gwm.phar dev - Shortcut to run built-in web server.
php tools/gwm.phar nr - Creates new unique resource.
php tools/gwm.phar sass - Attempts to convert sass to css.

配置

Nginx
location / {
    try_files $uri /index.php$is_args$args;
}
Apache
Pre-configured