Best of Laravel NewsSeptember 2023

  1. 1
    Article
    Avatar of lnLaravel News·3y

    Laravel Ecommerce with Lunar PHP

    Lunar PHP is a Laravel ecommerce package, with an administrative hub, and a soon-to-be-released API. In this video, let's go through setting up a starter kit and exploring some of its features. The future promises to bring even more enhancements to the table.

  2. 2
    Article
    Avatar of lnLaravel News·3y

    Support for Bun lands in Laravel Sail

    support for Bun lands in Laravel Sail. Bun is a new all-in-one toolkit for JavaScript and TypeScript apps that ships with a single executable. Thebunx runs an NPM package executable and automatically installs the package to a global shared cache if not installed in.

  3. 3
    Article
    Avatar of lnLaravel News·3y

    Generate Apis with ease with Laravel Rest Api

    Generate Apis with ease with Laravel Rest Api. Installing the package using composer: To start using the package, you have a quick start command setting you up a full support API around the User model. This command will generate the and classes and register them in your route file.

  4. 4
    Article
    Avatar of lnLaravel News·3y

    Laravel API Toolkit

    Laravel API Toolkit supercharges your API development with standardized responses, dynamic pagination, and more. Using the provided Artisan command, you can easily generate all the key files needed. Filtering is another useful feature in this package, giving you the ability to define which fields you can filter on.

  5. 5
    Article
    Avatar of lnLaravel News·3y

    Run GitHub Actions Locally with Act

    Run GitHub Actions Locally with Act is a tool that reads your workflows and determines the actions that need to run. Act uses Docker to pull or build the necessary images that are defined in your workflow. It then uses the Docker API to run containers for each action based on the images provided.

  6. 6
    Article
    Avatar of lnLaravel News·3y

    Laravel 10.25 Released

    The Laravel team released v10.25 with new features including exception throttling, a `Str::take()` method, and an increase in bcrypt rounds from 10 to 12.