Best of LaravelMay 2022

  1. 1
    Article
    Avatar of devdojoDevDojo·4y

    29 Best Laravel Tutorials and Resources for Beginners in 2022

    Laravel is a free, open-source PHP web framework created by Taylor Otwell. It has expressive, elegant syntax and takes the pain out of development by easing everyday tasks used in most web projects. This comprehensive tutorial list will wrap up everything you need to learn Laravel.

  2. 2
    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.

  3. 3
    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.

  4. 4
    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.