typo3-cms-extension rpc-console
namelesscoder/rpc-console
- Friday, May 20, 2016
- by NamelessCoder
- Repository
- 1 Watchers
- 1 Stars
- 3 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 2 Versions
- 0 % Grown
Provides RPC tasks for calling the command controllers of the typo3_console
extension., (*1)
Installation and usage
- Install as a composer dependency using
composer require namelesscoder/rpc-console
- Install in TYPO3 using the extension manager, or an RPC client with access to installing, or run the command
./typo3/cli_dispatch.phpsh extension:install rpc
(latter only works if TYPO3 is already installed)
- Grant access to new tasks for any existing RPC tokens on the server
- Use one of the RPC clients to call the tasks
That's it - enjoy!, (*2)