Best of LaravelDecember 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 medium_jsMedium·2y

    PHP Design patterns

    This post discusses design patterns in PHP, their definition, benefits, and different types. It highlights how design patterns can improve communication, flexibility, maintainability, and scalability in software systems.

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

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

  5. 5
    Article
    Avatar of medium_jsMedium·2y

    Writing Code like a Senior Developer in Laravel

    Learn how to write clean and efficient code in Laravel by following best practices, utilizing Eloquent ORM effectively, leveraging relationships, applying the DRY principle, and handling business logic in services.

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

  7. 7
    Article
    Avatar of semaphoreSemaphore·2y

    NativePHP: Convert any Webapp to the Desktop

    NativePHP is a framework that allows PHP developers to create desktop applications by wrapping PHP applications in Electro. It is compatible with any PHP framework but heavily tailored for Laravel. It is currently in its alpha stage, leaning more towards a beta experience. It supports local SQLite database and building for different operating systems.

  8. 8
    Article
    Avatar of freekFREEK.DEV·2y

    FrankenPHP with Laravel can do a magical thing

    FrankenPHP with Laravel can add the feature set of Caddy and compile everything down to a single executable, allowing it to be run anywhere.

  9. 9
    Article
    Avatar of freekFREEK.DEV·2y

    PHP attributes in Laravel

    Discover Oh Dear, an all-in-one monitoring tool that provides uptime, SSL certificates, broken link monitoring, scheduled task monitoring, and more. Start monitoring your website now!

  10. 10
    Article
    Avatar of freekFREEK.DEV·2y

    Caching Strategies In Laravel

    Learn about different caching strategies in Laravel and how to balance performance gains with complexity and infrastructure costs.