8000 GitHub - dimasites/modExtra2: A base MODX REVO Extra template to begin development on
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
/ modExtra2 Public template
forked from modx-pro/modExtra

A base MODX REVO Extra template to begin development on

Notifications You must be signed in to change notification settings

dimasites/modExtra2

 
 

Folders and files

NameName
Last commit message
Last commit date
< 8000 /th>

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quick start

  • Install MODX Revolution

  • Upload this package into the Extras directory in the root of site

  • You need to rename it to anyOtherName your package, so enter into SSH console and run

php ~/www/Extras/modExtra/rename_it.php anyOtherName

path on your site may differs

  • Then install it on dev site
php ~/www/Extras/anyOtherName/_build/build.php

Settings

See _build/config.inc.php for editable package options.

All resolvers and elements are in _build path. All files that begins not from . or _ will be added automatically.

If you will add a new type of element, you will need to add the method with that name into build.php script as well.

Build and download

You can build package at any time by opening http://dev.site.com/Extras/anyOtherName/_build/build.php

If you want to download built package - just add ?download=1 to the address.

Example deploy settings

About

A base MODX REVO Extra template to begin development on

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 74.3%
  • JavaScript 25.2%
  • Smarty 0.5%
0