Best of Laravel NewsMay 2025

  1. 1
    Article
    Avatar of lnLaravel News·1y

    Build a Smart AI Task Manager with Laravel, Livewire & PrismPHP

    Discover how to develop an AI-powered task management application using Laravel, Livewire, and PrismPHP. This tutorial demonstrates the integration of OpenAI to convert natural language into tasks through a real-time chat interface, eliminating traditional form use for task management.

  2. 2
    Article
    Avatar of lnLaravel News·51w

    Filament Is Now Running Natively on Mobile

    Filament admin panel now runs natively on Android devices through NativePHP for Mobile, enabling Laravel developers to build offline-first mobile apps using familiar tools. The breakthrough required implementing ICU (International Components for Unicode) support on Android, adding 30MB to app size but enabling full internationalization features. The solution allows complete Laravel applications with Filament's forms, tables, and dashboards to run entirely on-device without server connectivity. iOS support is in development, along with build distribution tools and smaller binary variants for apps that don't require internationalization.

  3. 3
    Article
    Avatar of lnLaravel News·1y

    Argonaut DTO Package for Laravel

    The Argonaut DTO package for Laravel offers a lightweight way to handle Data Transfer Objects with features like nested casting, recursive serialization, and validation. It enhances service layers, APIs, and architectural workflows with type-safe data conversion and consistent data shape enforcement. Main features include deep nested transformation, type-safe data conversion, and clean serialization.

  4. 4
    Article
    Avatar of lnLaravel News·1y

    Auto-translate Application Strings with Laratext

    Laratext is a powerful Laravel package that enhances text string localization by allowing developers to set translation keys and default text, thus improving readability and reducing errors. It integrates with translation services like OpenAI and Google Translate for automatic language handling, and offers helper functions and commands for seamless translation file management.

  5. 5
    Article
    Avatar of lnLaravel News·1y

    Use Passkeys in Your Laravel App

    Laravel Passkeys is a package by Spatie that simplifies setting up passkey authentication in Laravel applications, allowing passwordless login via secure keys stored in apps like 1Password or MacOS password manager. It works with Laravel Livewire and can be customized using Inertia with React or Vue.

  6. 6
    Article
    Avatar of lnLaravel News·1y

    Validate Controller Requests with the Laravel Data Package

    The Laravel Data package offers powerful features for validating controller requests in Laravel applications through rich, typed data objects. These objects can infer validation rules automatically and support optional parameters with custom validation messages. Leveraging the package, developers can enhance their API resources, form requests, and TypeScript definitions seamlessly.

  7. 7
    Article
    Avatar of lnLaravel News·1y

    Laravel News

    Deployer is a free PHP-based deployment tool that streamlines automating tasks like code pulling and migrations, reducing errors and ensuring reliable deployments. It supports server configuration and zero downtime deployments, with ready-to-use recipes and can be installed via Composer. Integration with GitHub Actions and GitLab CI/CD is also possible.