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-laravel-collections-outside-laravel.md

556 B

title slides tags type events
Using Laravel Collections outside Laravel
url embed
~ ~
nomad-php
lightning-talk
laravel
collections
Lightning talk
event date time
nomad-php 2017-12-21 19:00 CET

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.