From 5a1df13dcd6960270548cbbaa7ffd828e2991ffd Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Thu, 2 Nov 2017 21:53:16 +0000 Subject: [PATCH] Add Collections in Drupal abstract --- using-laravel-collections-drupal/abstract.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 using-laravel-collections-drupal/abstract.md diff --git a/using-laravel-collections-drupal/abstract.md b/using-laravel-collections-drupal/abstract.md new file mode 100644 index 0000000..9a0e17e --- /dev/null +++ b/using-laravel-collections-drupal/abstract.md @@ -0,0 +1,3 @@ +# Using Laravel Collections in Drupal + +Laravel Collections are a powerful, object-orientated way of interacting with PHP arrays, but did you know that they can be used outside of Laravel, in any PHP project? This short talk (maximum 20 minutes) shows how we can use Composer to include Laravel Collections within a Drupal project and put them to use within your own code.