Best of LaravelNovember 2023

  1. 1
    Article
    Avatar of lnLaravel News·2y

    Laravel Blade & Tailwind CSS UI Component Library

    Turbine UI is a library of web components built for Laravel Blade and styled with Tailwind CSS. It offers over 30 professionally designed components and a proprietary theme and variant systems. You can get started for free by installing Turbine UI via Composer.

  2. 2
    Article
    Avatar of lnLaravel News·2y

    MongoDB Laravel Integration Now Officially Supported

    MongoDB has officially taken over development of the community-driven MongoDB integration for Laravel framework, offering Eloquent models, query builders, and transactions for PHP developers. The latest release supports Laravel 10.

  3. 3
    Article
    Avatar of lnLaravel News·2y

    a new component library for TALL Stack apps

    TallStackUI is a new component library for TALL Stack apps that offers over 20 ready-to-use components and a personalized experience. It was created to address the issue of abandoned component libraries and is compatible with Tailwind, Alpine.js, Laravel, and Livewire.

  4. 4
    Article
    Avatar of lnLaravel News·2y

    Introducing the Laravel Number Utility Class

    The Laravel Number Utility Class is a new addition to the Laravel framework that provides several helpers for formatting numbers. It allows numbers to be formatted according to the current locale and offers methods for formatting numbers as percentages, currencies, file sizes, and human-readable strings.

  5. 5
    Article
    Avatar of lnLaravel News·2y

    Laravel Forums Package: Waterhole

    Waterhole is a Laravel powered forum or discussion platform that helps create vibrant online communities. It offers features like public and private discussions, content reactions, user groups, and more. A site license for Waterhole costs USD 299 per site.

  6. 6
    Article
    Avatar of lnLaravel News·2y

    Laravel 10.32 Released

    Laravel 10.32 was released with new conditional push Blade directives and additional "present" validation rules.

  7. 7
    Article
    Avatar of lnLaravel News·2y

    Generate Validation Rules from a Database Schema in Laravel

    Generate Validation Rules from a Database Schema in Laravel using the Laravel Schema Rules package. This package automatically generates basic Laravel validation rules based on your database table schema. It provides options to generate rules for specific columns, skip columns, and even generate a form request class. You can also try out the online version of the package to manually convert a schema to an array of validation rules.

  8. 8
    Article
    Avatar of lnLaravel News·2y

    Automatically Upgrade your Laravel Application with this Package

    The Laravel Updater package allows for automatic upgrading of your Laravel application with one command. It checks for new versions, downloads and updates the application, runs migrations, clears cache, and more.

  9. 9
    Article
    Avatar of lnLaravel News·2y

    Laravel 10.33 Released

    Laravel v10.33 has been released with new number helper methods, test assertions about batches in job chains, a hex color validation rule, and more.

  10. 10
    Article
    Avatar of lnLaravel News·2y

    Laravel Cyber Deals

    Save money on Laravel-related products and services with the Black Friday deals. Get discounts on job listings, sponsored posts, licenses, courses, and more.

  11. 11
    Article
    Avatar of communityCommunity Picks·2y

    Efficient Laravel Blade Components: Balancing Reusability and Customization

    Learn how Laravel Blade components achieve a balance between reusability and customizability. Explore a practical solution to enhance flexibility by setting attributes individually for different sections of a component.

  12. 12
    Article
    Avatar of communityCommunity Picks·2y

    Infrastructure management for several high-traffic PHP applications — Mohamed Said

    A developer shares their experience with managing infrastructure and deployments for over 50 PHP applications. They discuss alternatives to Kubernetes, their approach to managing the runtime environment and deployment process, and considerations for zero-downtime deployments.