oliverdavies.uk/source/_daily_emails/2023-12-23.md

29 lines
1 KiB
Markdown
Raw Normal View History

2024-01-03 20:00:00 +00:00
---
title: >
2024-02-07 20:01:19 +00:00
Using a whole framework or part of it
2024-01-03 20:00:00 +00:00
pubDate: 2023-12-23
permalink: >-
2024-02-07 20:01:19 +00:00
archive/2023/12/23/using-a-whole-framework-or-part-of-it
2024-01-03 20:00:00 +00:00
tags:
2024-02-07 20:01:19 +00:00
- software-development
- php
- composer
- drupal
- symfony
- laravel
2024-01-03 20:00:00 +00:00
---
[In yesterday's email][yesterday], I mentioned using several programming languages and frameworks.
Drupal is my main specialism and the one I have the most experience and knowledge of, but you don't need to use only Drupal code.
Using Composer, you can add parts of other frameworks to other projects.
I don't use Laravel often as a full-stack framework, but I use the Collections library, and recently the Pipelines library, in almost every project - whether it's Drupal or Symfony, it can be added to any PHP project.
Start small, keep things simple, and add what you need.
You don't need to go all in on one option, you can pick the pieces you like and that work for you.
[yesterday]: https://www.oliverdavies.uk/archive/2023/12/22/best-language-cms-or-framework