wip
This commit is contained in:
parent
66667bcb5b
commit
4fa5cd767d
38 changed files with 996 additions and 76 deletions
14
source/_talks/using-laravel-collections-outside-laravel.md
Normal file
14
source/_talks/using-laravel-collections-outside-laravel.md
Normal file
|
@ -0,0 +1,14 @@
|
|||
---
|
||||
title: Using Laravel Collections... Outside Laravel
|
||||
slides:
|
||||
url: https://speakerdeck.com/opdavies/using-laravel-collections-dot-dot-dot-outside-laravel
|
||||
embed: '<script async class="speakerdeck-embed" data-id="76f1718a75a74940b0b028aac8b9f78b" data-ratio="1.77777777777778" src="//speakerdeck.com/assets/embed.js"></script>'
|
||||
video:
|
||||
url: https://youtu.be/1l0kO-iaN_o
|
||||
embed: '<iframe width="560" height="315" src="https://www.youtube.com/embed/1l0kO-iaN_o" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>'
|
||||
tags: [nomad-php, lightning-talk, laravel, collections]
|
||||
type: Lightning talk
|
||||
events:
|
||||
- { event: nomad-php, date: '2017-12-21', 'time': 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.
|
Loading…
Add table
Add a link
Reference in a new issue