Best of Laravel NewsJanuary 2023

  1. 1
    Article
    Avatar of lnLaravel News·3y

    Building APIs in Laravel

    The first thing you need to do is design your API; the best way to do this is to think about the purpose of your API. By focusing your perspective on how your API should be integrated, you can eliminate potential pain points within your API before it is even released.

  2. 2
    Article
    Avatar of lnLaravel News·3y

    Inertia v1.0 is Here

    Inertia v1.0 is here with SSR support for Svelte, first-class Typescript support for React and Vue, a Progress indicator in core, and more: Inertia.js v 1.0.

  3. 3
    Article
    Avatar of lnLaravel News·3y

    Laravel 9.48 Released

    The Laravel team released 9.48 this week with conditional fragment helpers, HTTP configuration options for Symfony mailers, a new DB Schema helper, and more. Patrick Hesselberg contributed a Schema method to disable foreign key constraints while managing a DB schema.

  4. 4
    Article
    Avatar of lnLaravel News·3y

    Spin up your development background processes with ease

    Porter is a command line tool that makes it easy to run background services with only a few configuration lines. You will no longer have to manually start or manage background services in multiple tabs but instead manage them all in one convenient place. Porter uses YAML configuration files to define services you need to run in the background.