Tradetu Blog

Laravel 5.2 0

Advanced operations with Collection:where in Laravel 5.2

  In Laravel, you can use Collection:where() to filter records which meet particular criteria. The where method uses strict comparisons when checking item values. A simple scenario of using where() method:

In e-commerce application we have to filter...

Laravel 5.2 1

Top 3 new features in Laravel 5.4

Laravel 5.4 continues the improvements and refactoring of framework made in Laravel 5.3 by adding support for plenty of modules and new features. We will discuss top 3 new features in Laravel 5.4 that...