Use timestamps for talk dates

This commit is contained in:
Oliver Davies 2019-02-13 01:10:14 +00:00
parent 9337c69aa8
commit bc20b198b5
28 changed files with 65 additions and 64 deletions

View file

@ -10,9 +10,9 @@ tags: [nomad-php, lightning-talk, laravel, collections]
type: Lightning talk
events:
- event: nomad_php
date: '2017-12-21'
date: 2017-12-21
time: 19:00 CET
- event: php_south_wales
date: '2018-08-28'
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.