oliverdavies.uk/source/_talks/using-laravel-collections-outside-laravel.md

19 lines
822 B
Markdown
Raw Normal View History

2018-05-09 22:24:08 +00:00
---
title: Using Laravel Collections... Outside Laravel
2018-05-09 23:17:07 +00:00
speakerdeck:
2018-08-28 20:50:29 +00:00
id: 8d6b142473e549119a42535067a23a62
2018-05-09 23:17:07 +00:00
ratio: '1.77777777777778'
2018-08-28 20:50:29 +00:00
url: https://speakerdeck.com/opdavies/using-laravel-collections-dot-dot-dot-outside-laravel-php-south-wales-august-2018
2018-05-09 23:17:07 +00:00
youtube:
id: 1l0kO-iaN_o
2018-05-09 22:24:08 +00:00
tags: [nomad-php, lightning-talk, laravel, collections]
type: Lightning talk
events:
2018-06-20 23:13:20 +00:00
- event: nomad_php
2018-05-09 23:17:07 +00:00
date: '2017-12-21'
time: 19:00 CET
2018-08-28 20:49:29 +00:00
- event: php_south_wales
date: '2018-08-28'
2018-05-09 22:24:08 +00:00
---
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.