11/07/2017
Awesome new method for Laravel Collections
Starting at v5.4.12, Laravel Collections now includes a when method that allows you to perform conditional actions on the items without breaking the chain. Like all the other Laravel Collection methods this one can have a lot of use cases but one example that comes to mind is being able to filter ba...