Best of Laravel NewsOctober 2022

  1. 1
    Article
    Avatar of lnLaravel News·4y

    Summarize your pull requests in seconds with What The Diff

    Summarize your pull requests in seconds with What The Diff Hi, I am Sebastian, Co-Founder of Beyond Code. As a team of three, we work with pull requests on our projects all the time.

  2. 2
    Article
    Avatar of lnLaravel News·4y

    OpenAI PHP Client

    After weeks of development, @gehrisandro and I are proud to announce the release of OpenAI PHP Client v0.1. It's a supercharged PHP API client that allows you to interact with the OpenAI API.

  3. 3
    Article
    Avatar of lnLaravel News·4y

    Faster Laravel: Surprising Optimization Tips

    Testmo's goal is to answer most server requests in 100ms or less. It's pretty simple: slow server-side performance will trickle down to all parts of the stack. In Testmo we don't use @include at all anymore. Instead, we've built our own lightweight alternative we call @require.

  4. 4
    Article
    Avatar of lnLaravel News·4y

    Learn how to upload files in Laravel like a Pro

    Learn how to upload files in Laravel like a Pro One of the things that I see many people struggling with is file uploads. In this tutorial, I will walk through from a basic version using blade and routes, getting more advanced, and then how we might handle it in Livewire too. We must send a file across in our request, and it must be either a PNG or JPG and not be any bigger than 5Gb.

  5. 5
    Article
    Avatar of lnLaravel News·4y

    Laravel 9.34 Released

    The Laravel team released 9.33 and 9.34, introducing Laravel Precognition, short attribute syntax for self-closing blade components, and more. The new framework feature is a new framework that will allow developers to create new and improved experiences for their users.