From be3c09d3a809a14e82c76b4d343213d001c854a0 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Thu, 21 Dec 2017 19:16:42 +0000 Subject: [PATCH] Update title --- using-laravel-collections-outside-laravel/abstract.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/using-laravel-collections-outside-laravel/abstract.md b/using-laravel-collections-outside-laravel/abstract.md index 61cd9cd..85c6aee 100644 --- a/using-laravel-collections-outside-laravel/abstract.md +++ b/using-laravel-collections-outside-laravel/abstract.md @@ -1,3 +1,3 @@ -# Using Laravel Collections outside Laravel +# Using Laravel Collections... Outside Laravel 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 shows how we can use Composer to include Laravel Collections within a non-Laravel project and put them to use within your own code.