RSSAmplifier

Daniel Siepmann - Coding is Art - All Blog Posts · Dec 20, 2023

TYPO3 Composer Best Practices

0
Sign in to vote or save

This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.

We always use composer to manage our TYPO3 (and other) PHP projects. I'll share our own best practices that come along by using composer for TYPO3 projects. File structure ¶ We store one composer.json which is project specific inside the root folder of a project. We also have a folder holding all project specific composer packages, e.g. specific extensions. The file directory looks like this: .…

Read on daniel-siepmann.de

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.