Best of Laravel NewsMarch 2025

  1. 1
    Article
    Avatar of lnLaravel News·1y

    Create Self-Contained PHP Executables with PHPacker

    PHPacker allows packaging any PHP script or PHAR into a standalone, cross-platform executable, simplifying distribution by bundling PHP with the application. You can install PHPacker via Composer and build for multiple platforms like Mac, Windows, and Linux. Configuration is possible via CLI options or a configuration file. Various PHP versions and custom PHP binaries can be used, making PHPacker versatile for many project requirements.

  2. 2
    Article
    Avatar of lnLaravel News·1y

    Flux 2.0 Livewire UI Kit

    Flux 2.0, the official Livewire component library by Caleb Porzio, introduces advanced components such as date pickers, calendars, and charts. These components are built to be lightweight, adding only 13kb to the bundle, and are dependency-free. Flux 2.0 includes a free tier of essential UI components and full Tailwind 4 support, and is available in the Laravel Livewire starter kit. The premium version offers additional advanced UI components with various purchase options.

  3. 3
    Article
    Avatar of lnLaravel News·1y

    Introducing Hypervel: A Coroutine Framework for Laravel Artisans

    Hypervel is a high-performance PHP framework inspired by Laravel, designed for high-concurrency and I/O-intensive applications. Leveraging Swoole's asynchronous capabilities, it offers native coroutine support, significantly enhancing performance over Laravel's Octane by handling non-blocking I/O more efficiently. Hypervel maintains a Laravel-like development experience, making it accessible to Laravel developers with minimal learning curve. Ideal for microservices, API gateways, and high-concurrency applications, Hypervel promises up to hundreds of times higher QPS in I/O-intensive scenarios.

  4. 4
    Article
    Avatar of lnLaravel News·1y

    Enhancing Laravel Authorization with Backed Enums

    Enhance your Laravel application's security model with backed enum support for permissions. This feature provides a type-safe approach to authorization checks while improving code readability and maintainability. The implementation simplifies the process of permission checks, making it more intuitive and manageable across complex systems.

  5. 5
    Article
    Avatar of lnLaravel News·1y

    Laravel News

    Aureus ERP is a free, open-source Enterprise Resource Planning solution built with Laravel and FilamentPHP. It provides various modules such as project management, contact management, purchase orders, and employee management, making it suitable for businesses of all sizes. The platform is highly customizable, allowing users to tailor the system to their specific needs and integrate it with other third-party tools.

  6. 6
    Article
    Avatar of lnLaravel News·1y

    Control Hardware Components in Laravel with Pinout

    Pinout is a Laravel package that allows developers to control hardware components directly from their Laravel projects. It enables interaction with GPIO pins, control displays, and supports a wide range of Raspberry Pi models. The package features GPIO pin control, display integration, and compatibility with various hardware, making it useful for projects like smart plug relays, alarm clocks, and weather stations.

  7. 7
    Article
    Avatar of lnLaravel News·1y

    Generate Documentation in Laravel with AI

    Docudoodle is a Laravel package that generates documentation for your codebase using various AI models, including OpenAI, Claude, Gemini, and Ollama. It analyzes your PHP files to create documentation, helping you understand and maintain both new and legacy projects. The package offers flexible configurations and can be used offline with local models for privacy.