Best of Laravel NewsJune 2023

  1. 1
    Article
    Avatar of lnLaravel News·3y

    Pines: An Alpine and Tailwind UI Library

    Pines is a library of animations, sliders, tooltips, accordions, modals, and more! It's a set of UI elements that can be copied and pasted into any Alpine and Tailwind projects. To get started with Pines UI, check out the official website and documentation.

  2. 2
    Article
    Avatar of lnLaravel News·3y

    Hooks for Alpine.js

    The Alpine Hooks module is a collection of hooks for use with Alpine.js. This package contains a variety of hooks used to improve the developer experience (DX) for common Alpine tasks. You can install this package in your project with : n. You can get full installation instructions and view the source code on GitHub.

  3. 3
    Article
    Avatar of lnLaravel News·3y

    Laravel 10.14 Released

    Laravel team released v10.14 with a new validation rule, define custom Gate denial response, global HTTP client middleware, HTTP client convenience methods, and more. The validation rule provides a way to authorize an ability for a given form field. This allows you to move some authorization logic from the controller and into the form request.

  4. 4
    Article
    Avatar of lnLaravel News·3y

    Raw Query Output With Bindings is Coming to Laravel 10

    Raw Query Output With Bindings is coming to Laravel 10.13. This feature will be part of the next tagged release, which usually happens weekly. There is some prior art before, and there's a method you can use as well: The feature is nice, and gives you everything you need.