From d39f10203fe734de66bd1a7ef94b1fe632b63dc6 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 8 Nov 2017 06:55:59 +0000 Subject: [PATCH] Remove duplicate --- using-laravel-collections-drupal/abstract.md | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 using-laravel-collections-drupal/abstract.md diff --git a/using-laravel-collections-drupal/abstract.md b/using-laravel-collections-drupal/abstract.md deleted file mode 100644 index 9a0e17e..0000000 --- a/using-laravel-collections-drupal/abstract.md +++ /dev/null @@ -1,3 +0,0 @@ -# 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.