Run prettier
This commit is contained in:
parent
e4444b405a
commit
602a01f0c7
5 changed files with 68 additions and 16 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue