Refactor talks to be a lot simpler
This commit is contained in:
parent
42fd848581
commit
607f56e8c7
75 changed files with 390 additions and 980 deletions
|
@ -0,0 +1,11 @@
|
|||
---
|
||||
title: Using Laravel Collections... Outside Laravel
|
||||
summary: 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.
|
||||
speakerdeck:
|
||||
id: 76f1718a75a74940b0b028aac8b9f78b
|
||||
ratio: 1.77777777777778
|
||||
youtube:
|
||||
id: 1l0kO-iaN_o
|
||||
image: laravel-collections.png
|
||||
---
|
||||
Presented as a lightning talk for [Nomad PHP](https://nomadphp.com).
|
Loading…
Add table
Add a link
Reference in a new issue