4th February 2024
Composer Best Practices for TYPO3
This post runs through the composer conventions and best practices we use for our TYPO3 based websites
Showing posts from the category "Composer"
4th February 2024
This post runs through the composer conventions and best practices we use for our TYPO3 based websites
3rd August 2023
Using environment variables you can install private composer packages in Gitlab CI and pass them through to Deployer
12th July 2023
Using Alpine, you can build a lightweight Docker image which contains all the tech you need to deploy your LAMP stack
22nd July 2022
NPM and Composer have different syntax for version constraints which tripped me up recently
13th May 2022
This post covers several main types of custom composer repositories and how to use them
21st October 2021
Written For Liquid Light
Environment variables are a great way of keeping sensitive information, such as passwords and API keys out of your project and git repository. Thos blog walks through setting them up with TYPO3
15th September 2021
When developing with Composer, you may wish to create private packages and host them with Gitlab
3rd May 2021
This quick block post shows how to upload an image to Cloudinary using PHP, using their provided SDK