oliverdavies.uk/source/_daily_emails/2023-11-08.md

29 lines
1.3 KiB
Markdown
Raw Permalink Normal View History

2024-01-03 20:00:00 +00:00
---
title: >
2024-09-08 22:09:54 +00:00
"Building Build Configs" at PHP South West
2024-01-03 20:00:00 +00:00
pubDate: 2023-11-08
permalink: >-
daily/2023/11/08/building-build-configs
2024-01-03 20:00:00 +00:00
tags:
2024-09-08 22:09:54 +00:00
- software-development
- php
- public-speaking
2024-01-03 20:00:00 +00:00
---
This evening, I'm presenting a lightning talk at the PHP South West meetup in Bristol.
The talk is 'Building "Build Configs"' - a Symfony command-line tool I wrote (based on TheAltF4Stream's Rust version with the same name) that generates project-specific build configuration files.
Since creating it, I've used it for personal projects, projects for clients, and example projects on GitHub - such as [my Docker Example Drupal project][example].
Having a set of standardised and configurable templates makes it much easier and quicker to start a new project, which I did when creating a [Drupal Commerce Kickstart example][commerce_example] at DrupalCon.
[The slides are already online][slides] and I've created [an example video][video] where I go from nothing to a ready-to-work-on Drupal website in less than a minute!
If you have any questions, hit reply and let me know!
[commerce_example]: https://github.com/opdavies/docker-example-drupal-commerce-kickstart
[example]: https://github.com/opdavies/docker-example-drupal
[slides]: {{site.url}}/presentations/building-build-configs
[video]: {{site.url}}/build-configs