Revert "Format talk page front matter"

This reverts commit c7b6399a79.
This commit is contained in:
Oliver Davies 2024-08-07 00:51:53 +01:00
parent db6abea201
commit 52659b653e
39 changed files with 757 additions and 640 deletions

View file

@ -2,23 +2,25 @@
title: Using Illuminate Collections... Outside Laravel
description: How to include and use Laravels Illuminate Collections in your non-Laravel PHP projects.
speakerdeck:
id: 76f1718a75a74940b0b028aac8b9f78b
ratio: "1.77777777777778"
url: https://speakerdeck.com/opdavies/using-laravel-collections-dot-dot-dot-outside-laravel-php-south-wales-august-2018
id: 76f1718a75a74940b0b028aac8b9f78b
ratio: "1.77777777777778"
url: https://speakerdeck.com/opdavies/using-laravel-collections-dot-dot-dot-outside-laravel-php-south-wales-august-2018
video:
type: youtube
id: 1l0kO-iaN_o
type: youtube
id: 1l0kO-iaN_o
type: Lightning talk
events:
- name: PHP South Wales
location: Cardiff, UK
url: https://www.phpsouthwales.uk
date: 2018-08-28
- name: Nomad PHP
url: https://nomadphp.com
online: true
date: 2017-12-21
time: 19:00 CET
-
name: PHP South Wales
location: Cardiff, UK
url: https://www.phpsouthwales.uk
date: 2018-08-28
-
name: Nomad PHP
url: https://nomadphp.com
online: true
date: 2017-12-21
time: 19:00 CET
---
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?