Skip to content

TYPO3-Documentation/t3docs-codesnippets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TYPO3 Codesnippets

Install

  1. Docker
  2. Docker-Compose
  3. DDEV
  1. Install the project by

    ddev composer install
  2. Install TYPO3

    touch public/FIRST_INSTALL
    ddev launch TYPO3

You can run this as CLI command:

ddev exec vendor/bin/typo3  codesnippet:create <path to codesnippets.php>

Clone TYPO3CMS-Reference-CoreApi info public/fileadmin:

cd public/fileadmin
git clone git@github.com:TYPO3-Documentation/TYPO3CMS-Reference-CoreApi.git

Then run the codesnippets.php:

cd ../..
ddev exec vendor/bin/typo3  codesnippet:create public/fileadmin/TYPO3CMS-Reference-CoreApi/Documentation/CodeSnippets/

About

Automatically create code snippets and API descriptions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages