First let's make sure HB is updated. Open up terminal for the following steps.
$ brew update
First let's make sure HB is updated. Open up terminal for the following steps.
$ brew update
<?php | |
declare(strict_types=1); | |
namespace Unitue\Project\Hooks; | |
use TYPO3\CMS\Backend\Controller\PageLayoutController; | |
use TYPO3\CMS\Core\Utility\GeneralUtility; | |
use TYPO3\CMS\Extbase\Mvc\Exception\InvalidExtensionNameException; | |
use TYPO3\CMS\Fluid\View\StandaloneView; | |
use Unitue\Project\Utility\DatabaseUtility; | |
use Unitue\Project\Utility\ObjectUtility; |
cache: | |
paths: | |
- /cache/composer | |
stages: | |
- composer | |
- deploy | |
build: | |
stage: composer |