Add abstracts

This commit is contained in:
Oliver Davies 2019-06-02 12:12:53 +01:00
parent a96e168eb7
commit 5b1c769a27
4 changed files with 46 additions and 0 deletions

View file

@ -0,0 +1,9 @@
---
title: Using Illuminate Collections... Outside Laravel
url: https://www.oliverdavies.uk/talks/using-illuminate-collections-outside-laravel
type: short
tags: [php, composer, laravel]
---
Laravel's [Illuminate Collections](https://laravel.com/docs/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.