Best of Laravel NewsAugust 2022

  1. 1
    Article
    Avatar of lnLaravel News·4y

    Beautiful Log Viewer for Laravel

    Log Viewer for Laravel Laravel is a fast and beautiful Log Viewer written by Arunas Skirius. You can see single, daily, and horizon logs. You can also customize which logs are picked up by the application via the package's configuration file.

  2. 2
    Article
    Avatar of lnLaravel News·4y

    Heroicons 2.0 are here

    The makers of Tailwind CSS released Heroicons 2.0, a set of 264 hand-crafted SVG icons for the web. The icons are redrawn from scratch and feature a 24px solid set. They are available as first-party React and Vue libraries and official Figma components.

  3. 3
    Article
    Avatar of lnLaravel News·4y

    How I develop applications with Laravel

    The API we are building is a basic to-do style application, where we can add tasks and move them between to do and done. For me, it always begins with a simple command: laravel new todo-api --jet --git. We will create an API because it is something I love doing. The way I work with Laravel is very similar to Domain Driven Design, so there is a little setup.

  4. 4
    Article
    Avatar of lnLaravel News·4y

    Vite Livewire Plugin

    The Laravel Vite plugin makes it easy to configure Laravel apps to use Vite with Livewire. It allows components to hot reload without losing state when the component's blade file or class changes. You can get started by installing this plugin as an NPM module and following the installation instructions on GitHub.

  5. 5
    Article
    Avatar of lnLaravel News·4y

    Laravel 9.25 Released

    The Laravel team released 9.25 with a new string method, mass updating model timestamps with the query builder, and more: Stringable "when not exactly" Anjorin Damilare contributed a whenNotExactly string method that will execute a given callback if the string is not an exact match with the given