modxcms/teleport-project
Start your custom teleport project using this bootstrap project
Maintainers
Requires
- php: >=5.4
- modxcms/teleport: ~1.1
Requires (Dev)
- symfony/process: ~2.1
Suggests
None
Provides
None
Conflicts
None
Replaces
None
MIT 2b7693dce95b64c66e3edcae3bee0d0693ce0993
- Jason Coward <jason.woop@opengeek.com>
This package is auto-updated.
Last update: 2026-06-14 07:28:34 UTC
README
Use this project with composer create-project to start developing custom Teleport project to maintain your own custom Actions or Extract tpls.
php composer.phar create-project modxcms/teleport-project teleport-of-mine/
You can use composer update on the resulting project to stay up-to-date with the latest release of Teleport. You can also use bin/compile to create your own teleport.phar from your custom project. NOTE that all bin scripts from Teleport are copied to the local bin/ and that the files and folders from Teleport's tpl/ directory are symlinked in the local tpl/ directory.
