Run prettier

This commit is contained in:
Oliver Davies 2020-03-14 21:58:20 +00:00
parent e4444b405a
commit 602a01f0c7
5 changed files with 68 additions and 16 deletions

View file

@ -4,6 +4,10 @@ url: https://www.oliverdavies.uk/talks/using-illuminate-collections-outside-lara
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.
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.