Best of Laravel NewsMarch 2023

  1. 1
    Article
    Avatar of lnLaravel News·3y

    Flaky for Laravel

    Flaky for Laravel is a package by Aaron Francis that helps handle intermittent failures caused by unreliable third parties. It provides various time-based methods, count-based failures, immediate retries, reporting failures, and more.

  2. 2
    Article
    Avatar of lnLaravel News·3y

    Valet 4.0 is released

    Valet 4.0 has been released with significant changes to the internals for improved stability and ease of use. It introduces new features such as a status command, ngrok upgrades, and integrated Expose sharing. Upgrading from Valet 3 involves updating the composer requirement and running valet install. The .valetphprc files should be renamed to .valetrc with updated contents. Valet 4 requires PHP 8.0+ but allows for setting individual sites to use older versions. The release focuses on stability and lays the groundwork for future enhancements.

  3. 3
    Article
    Avatar of lnLaravel News·3y

    Laravel 10.4 Released

    Laravel 10.4 was released with new features such as the File::json() method, assertUnsupportedMediaType() method, and the ability to convert an existing HasMany relationship to HasOne.

  4. 4
    Article
    Avatar of lnLaravel News·3y

    MySQL for Developers Course is Live

    The MySQL for Developers course by Aaron Francis is now live. It is a free course consisting of over 7 hours and 64 videos covering various key topics. No previous database experience is required. Check out the course on the PlanetScale website.

  5. 5
    Article
    Avatar of lnLaravel News·3y

    PEST 2.0 is Now Released

    PEST 2.0 has been released with exciting new features including a powerful architecture plugin, speed improvements, and various testing options.