From 5f2026b6c7c92f9bbef07d538d2dc7cb1d0d01a2 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Tue, 28 Aug 2018 21:49:29 +0100 Subject: [PATCH] Add PHP South Wales talk --- source/_talks/using-laravel-collections-outside-laravel.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/_talks/using-laravel-collections-outside-laravel.md b/source/_talks/using-laravel-collections-outside-laravel.md index 58f985e71..a4050a8e7 100644 --- a/source/_talks/using-laravel-collections-outside-laravel.md +++ b/source/_talks/using-laravel-collections-outside-laravel.md @@ -12,5 +12,7 @@ events: - event: nomad_php date: '2017-12-21' time: 19:00 CET + - event: php_south_wales + date: '2018-08-28' --- 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.