Best of LaravelSeptember 2022

  1. 1
    Article
    Avatar of lnLaravel News·4y

    Upcoming Livewire v3 Features and Changes

    Livewire v3 will support writing JavaScript functions directly in your backend Livewire components. Hot reloading will include hot reloading without a build step. There's a new $parent property that can be accessed to call methods on the parent. The new core relies on Alpine more, using its Morph, History, and other plugins under the hood. If you have a component that takes an expensive query that isn't always opened, you might want to wait to wait. It won't be rendered on the page.

  2. 2
    Article
    Avatar of lnLaravel News·4y

    Laravel Bootcamp

    Laravel Bootcamp is a brand new learning site from the Laravel team. It's a "choose your own adventure" style while building a new Laravel app with Vue or React. The goal is to help developers that are new to the framework get up and going quickly.

  3. 3
    Article
    Avatar of lnLaravel News·4y

    Setting up your Data Model in Laravel

    This tutorial is part of an ongoing series where we should have built an entire production-ready system together from start to finish by the end. Admins are people who are in charge of configuring the system and managing the system. The workflow for this is that Admins will invite Office Managers, who can then start onboarding staff members onto the platform.

  4. 4
    Article
    Avatar of lnLaravel News·4y

    Remove Sensitive Information from Laravel Apps

    Laravel Scrubber is a Laravel package to scrub sensitive information that breaks operational security policies from being leaked on accident or not by developers. You can use this package in a few ways: First, this package detects log messages and context patterns and scrubs them.

  5. 5
    Article
    Avatar of lnLaravel News·4y

    From idea, to blog, to live without leaving your IDE

    Statamic is a fantastic content management package you can add to your Laravel applications. In this tutorial, I will show you how to start with a new Statamic website and take this from an idea for a blog to deploying this as a static site to Digital Ocean using infrastructure as code.

  6. 6
    Article
    Avatar of lnLaravel News·4y

    Laravel 9.30 Released

    The Laravel team released 9.29 and 9.30 with a read-only filesystem option, a scoped filesystem driver, the ability to discard model changes, and more. Read-only config option Frank de Jonge contributed to configuring a disk to operate in read- only mode. This ensures no write operations are Add force option to all make commands (#44100)