diff --git a/src/content/daily-email/2023-12-23.md b/src/content/daily-email/2023-12-23.md new file mode 100644 index 00000000..3ff9b50d --- /dev/null +++ b/src/content/daily-email/2023-12-23.md @@ -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