Add daily email for 2023-12-23
Using a whole framework or part of it
This commit is contained in:
parent
8c061cb083
commit
365c85a72e
28
src/content/daily-email/2023-12-23.md
Normal file
28
src/content/daily-email/2023-12-23.md
Normal file
|
@ -0,0 +1,28 @@
|
||||||
|
---
|
||||||
|
title: >
|
||||||
|
Using a whole framework or part of it
|
||||||
|
pubDate: 2023-12-23
|
||||||
|
permalink: >
|
||||||
|
archive/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]: https://www.oliverdavies.uk/archive/2023/12/22/best-language-cms-or-framework
|
Loading…
Reference in a new issue