Skip to content

Instantly share code, notes, and snippets.

View jaguerra's full-sized avatar

Jose Antonio Guerra jaguerra

  • Madrid
View GitHub Profile
@jaguerra
jaguerra / MyCommandController.php
Last active October 15, 2015 08:25
Execute CLI extbase CommandController as an admin user
<?php
namespace My\MyExtension\Command;
use TYPO3\CMS\Core\Utility\GeneralUtility;
class MyCommandController extends \TYPO3\CMS\Extbase\Mvc\Controller\CommandController {
/**
* Make _cli_lowlevel admin for this controller...
*/