PHP code example of teamneusta / magallanes-task-typo3
1. Go to this page and download the library: Download teamneusta/magallanes-task-typo3 library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
teamneusta / magallanes-task-typo3 example snippets
json
"scripts": {
"package-states": [
"@php vendor/helhum/typo3-console/Scripts/typo3cms install:generatepackagestates"
],
"folder-structure": [
"@php vendor/helhum/typo3-console/Scripts/typo3cms install:fixfolderstructure"
],
"ext-setup": [
"@php vendor/helhum/typo3-console/Scripts/typo3cms install:extensionsetupifpossible"
],
"post-autoload-dump": [
"@package-states",
"@folder-structure",
"@ext-setup"
]
}