Best of Laravel NewsJuly 2023

  1. 1
    Article
    Avatar of lnLaravel News·3y

    PHPSandbox - Build, Prototype, and share PHP apps in seconds

    PHPSandbox is a web app that allows you to quickly prototype or share PHP projects without setting up a local environment. The base plan is free, and they have an upgraded professional plan for $6 a month, including private repos, email captures, and more.

  2. 2
    Article
    Avatar of lnLaravel News·3y

    Design Emails and Send Them Via API with MailCarrier

    MailCarrier is an open-source web app built with Laravel and Filament. You can design emails once and send them via an API call. Send emails synchronously or async via queues.

  3. 3
    Article
    Avatar of lnLaravel News·3y

    Inertia vs Livewire

    Inertia isn't a frontend framework. It's a wire protocol specification to allow you to build Laravel + React / Vue / Svelte apps monolithically. Instead, you should be keeping up with what new features Vue or React are getting. It solves the problem it set out to solve.

  4. 4
    Article
    Avatar of lnLaravel News·3y

    Laravel 10.16 Released

    Laravel 10.16 released v10.16 with support for in the Collection method, improvements to the output for sub-minute tasks, allow binding of IPv6 addresses in artisan serve, and more: Improve the display of sub- minute tasks in the command.

  5. 5
    Article
    Avatar of lnLaravel News·3y

    API Authentication in Laravel

    API authentication in Laravel has become the gold standard authentication mechanism within the Laravel ecosystem. Sanctum was designed as a lightweight alternative to Passport, but in reality, it has achieved a lot more than that. Laravel Passport has a grant type called Client Credentials: where you authenticate a client not a client.

  6. 6
    Article
    Avatar of lnLaravel News·3y

    Learn Livewire 3, Volt, and Folio by building a podcast player

    Learn Livewire 3, Volt, and Folio by building a podcast player. Laravel team released a powerful page-based router designed to simplify routing in Laravel applications. In this article, I will teach you how to build a simple app that lists out episodes of the Laravel News podcast and allows users to play them.

  7. 7
    Article
    Avatar of lnLaravel News·3y

    The Livewire v3 Beta Has Been Released

    The Livewire v3 Beta has been released. Livewire now allows Alpine to do the heavy lifting while still providing the syntactic sugar you've come to love. The new core architecture will also be much easier to maintain for Caleb Porzio and the Livewire core contributors.