Best of LaravelSeptember 2023

  1. 1
    Article
    Avatar of communityCommunity Picks·3y

    Native PHP: How to Start?

    More than 70–80 percent of the current website you can see is PHP. Before NativePHP, there was a lot of technical help needed to build PHP into an application. It looks like a package for Laravel, so don’t worry if you are a PHP player.

  2. 2
    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.

  3. 3
    Article
    Avatar of communityCommunity Picks·3y

    How to handle Large data in Laravel?

    This tip mainly focuses on improving the memory usage of your application when dealing with large datasets. If your application needs to process a large set of records, instead of retrieving them all at once, you can retrieve a subset of results and process them in groups. This approach will make more database queries but highly memory efficient.

  4. 4
    Article
    Avatar of communityCommunity Picks·3y

    How to Create CI/CD with Github Action and Laravel

    How to Create CI/CD with Github Action and Laravel. How to create zero-downtime deployment with Laravel and GitHub actions. Use GitHub Actions and a deployment tool called Deployer.

  5. 5
    Article
    Avatar of communityCommunity Picks·3y

    Laravel Dashboard

    The template boasts a responsive design, ensuring an optimal viewing experience across a wide range of devices. The dashboard is equipped with easily customizable components, allowing developers to tailor the interface to their specific needs. The template features dynamic menu generation, enabling automatic updates and adjustments based on user roles and preferences.

  6. 6
    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.

  7. 7
    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.

  8. 8
    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.

  9. 9
    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.

  10. 10
    Article
    Avatar of jetbrainsJetBrains·3y

    PHP Annotated – September 2023

    The article discusses a PHP RFC voting project, a new JIT implementation proposal, and a PHP generative AI framework called LLPhant.

  11. 11
    Article
    Avatar of lnLaravel News·3y

    Tablar: A Laravel Dashboard Preset

    Using Tabler, you can access a free and open-source web application UI kit based on Bootstrap 5. This package has a demo you can experiment with at tablar.ebuz.xyz, which demonstrates a dashboard table, an alerts UI, a light/dark theme toggle, and more.

  12. 12
    Article
    Avatar of lnLaravel News·3y

    User Monitoring Package for Laravel

    Monitor user activity with the Binafy User Monitoring package for Laravel. It tracks page visits, actions, and login/logout. It also offers options to disable monitoring and configurable data retention.