Using Laravel Collections Outside Laravel
syndicated from planet-php.net
on January 16, 2018
Speaker: Oliver Davies @opdavies 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 …
The post Using Laravel Collections Outside Laravel appeared first on Nomad PHP.