Move all files to sculpin/

This commit is contained in:
Oliver Davies 2025-10-01 00:01:33 +01:00
parent c5d71803a5
commit 0f61b4e9ee
1514 changed files with 0 additions and 0 deletions

View file

@ -0,0 +1,28 @@
---
title: >
Using a whole framework or part of it
pubDate: 2023-12-23
permalink: >-
daily/2023/12/23/using-a-whole-framework-or-part-of-it
tags:
- software-development
- php
- composer
- drupal
- symfony
- laravel
---
[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]: {{site.url}}/daily/2023/12/22/best-language-cms-or-framework