Remove duplicate

This commit is contained in:
Oliver Davies 2017-11-08 06:55:59 +00:00
parent be6902c91c
commit d39f10203f

View file

@ -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.