teleport
teleport copied to clipboard
Teleport is a packaging toolkit for MODX Revolution
I know these aren't the best steps to reproduce but FWIW when trying to create a profile with: ``` bash php teleport.phar --action=Profile --name="mysite" --code=mysite --core_path=/mysite/html/core/ --config_key=config ``` I get...
In general, the paths for Teleport work exactly as needed. There are certain circumstances, through no fault of Teleport, that can cause complication, however. One such circumstance is when the...
Allows for custom names in extended implementations. If it becomes desirable to include naming logic in the library, this will additionally make it easier to do so. The purpose behind...