Best of Laravel NewsMay 2022

  1. 1
    Article
    Avatar of lnLaravel News·4y

    Eloquent Performance: 4 Examples of N+1 Query Problems

    Laravel Debugbar is a tool to show queries on a Laravel website. It can be used to diagnose problems in Laravel code. In this article, I will show a few different examples of what to watch out for, including the cases when the problem is "hidden" in unexpected places in the code.

  2. 2
    Article
    Avatar of lnLaravel News·4y

    Laravel 9.13 Released

    The Laravel team has released 9.13.0 on GitHub. It adds a value() collection method, new test response helpers, an array map convenience method, and more. You can see the complete list of new features and updates below and the diff between 9.12.0 and 9. 13.0.

  3. 3
    Article
    Avatar of lnLaravel News·4y

    Tinkerwell 3 - The PHP code runner is released

    The team at Beyond Code released Tinkerwell 3 with intelligent code completion, magic comments and a stunning new design. Tinkerwell is the best code runner for Laravel and PHP – think php artisan tinker on steroids. You can run any PHP code, use any feature of the latest Laravel versions and run code within your own applications locally or via SSH.