geedium/gwm

This package is abandoned and no longer maintained. No replacement package was suggested.

None.

Maintainers

Details

github.com/Geedium/GWM

Source

Issues

Fund package maintenance!
www.paypal.me/geedium

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 0

Forks: 1

Type:project

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

Quick Start

Command-line interface

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.

Configurations

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