Best of Laravel NewsDecember 2023

  1. 1
    Article
    Avatar of lnLaravel News·2y

    FrankenPHP v1.0 is Here

    FrankenPHP v1.0 is a modern PHP application server written in Go. It provides a production-grade PHP server with native support for Symphony, Laravel, WordPress, and more. It includes features like easy deploy, extensibility, worker mode, real-time events, compression, logging, monitoring, HTTPS support, and graceful release.

  2. 2
    Article
    Avatar of lnLaravel News·2y

    A New Performance Monitoring Tool for Laravel Apps

    Laravel Pulse is a free and open source performance monitoring tool for Laravel apps. It provides aggregate performance data, including system stats, application usage, slow routes, slow jobs, slow queries, exceptions, cache hits/misses, and outgoing request times. It is self-hosted, works anywhere Laravel runs, and has a responsive UI. Pulse is lean and production-ready compared to Laravel Telescope. It offers customization options for the dashboard, and the official release is expected soon.

  3. 3
    Article
    Avatar of lnLaravel News·2y

    90 Laravel Tutorials, Packages, and Resources from 2023

    A compilation of 90 Laravel tutorials, packages, and resources from 2023.

  4. 4
    Article
    Avatar of lnLaravel News·2y

    How to process large CSV files with Laravel

    Learn how to process large CSV files with Laravel using Simple Excel by Spatie. Use Laravel Jobs to manage the CSV processing and chunk the CSV file for better performance. Insert each chunk into the database for easier processing.