DEV Community

Cover image for The Best Guide to TYPO3 Composer
T3Terminal
T3Terminal

Posted on

The Best Guide to TYPO3 Composer

The TYPO3 Community loves the composer, Do you too? In modern TYPO3 development & deployment, a composer is an important tool for productive and quality work. Here, I want to write an easy guide from beginners to advanced level TYPO3 composers.

Composer - A dependency manager for PHP, It's a widely accepted tool by the PHP community. Do you like how UNIX based systems easily install and update software using simple commands on CLI? Like apt-get install package, similarly in TYPO3 composer install extension. Then, You will also like the TYPO3 composer to easily install and update your TYPO3 as well as extensions too.

In this guide, you'll explore,

  • What/Why/How is the Composer?
  • How to Install/Update Composer?
  • How to Install/Update TYPO3 and Extensions?
  • Helpful Learn TYPO3 Composer Blogs

Read the complete article at - https://bit.ly/2ClCbQj

Top comments (0)