This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
oliverdavies.uk-old-sculpin/source/_talks/using-illuminate-collections-outside-laravel.md
Oliver Davies 85a10c545b Run prettier on all *.md files
```
prettier '{app,source}/**/**.md' --write
```
2020-03-08 17:57:45 +00:00

944 B
Raw Blame History

title description speakerdeck video tags type events
Using Illuminate Collections... Outside Laravel How to include and use Laravels Illuminate Collections in your non-Laravel PHP projects.
id ratio url
76f1718a75a74940b0b028aac8b9f78b 1.77777777777778 https://speakerdeck.com/opdavies/using-laravel-collections-dot-dot-dot-outside-laravel-php-south-wales-august-2018
type id
youtube 1l0kO-iaN_o
nomad-php
lightning-talk
laravel
collections
Lightning talk
event date time
nomad_php 2017-12-21 19:00 CET
event date
php_south_wales 2018-08-28

Laravel's Illuminate 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 Illuminate Collections within a non-Laravel project and put them to use within your own code.