From be6902c91c4141ba234c9efd4c656ebcffeb0438 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Tue, 7 Nov 2017 18:22:28 +0000 Subject: [PATCH] Add Laravel Collections talk abstract --- using-laravel-collections-outside-laravel/abstract.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 using-laravel-collections-outside-laravel/abstract.md diff --git a/using-laravel-collections-outside-laravel/abstract.md b/using-laravel-collections-outside-laravel/abstract.md new file mode 100644 index 0000000..61cd9cd --- /dev/null +++ b/using-laravel-collections-outside-laravel/abstract.md @@ -0,0 +1,3 @@ +# 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.