Skip to content
This repository has been archived by the owner on Sep 5, 2021. It is now read-only.

Geedium/gwm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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