Laravel 11 is coming, Typesense, and creatin beautiful charts
Feb 1, 2024
auto_awesome
Jake and Michael discuss the latest Laravel releases including Laravel 10.41 with conditional job chains and a new number::spell() threshold. They also talk about the introduction of Laravel 11 with the Dumpable Trait and eager load limit. The hosts introduce Aspen, an AI integrated API testing tool for macOS, and discuss the Laravel Live UK conference. They also cover topics such as creating beautiful charts in Filament with the Apex Charts Plugin and handling bulk imports in Filament.
Curlwind is a no-build utility for generating and caching Tailwind CSS style sheets on demand.
Discountify is a Laravel package that enables the creation of dynamic discounts based on custom conditions, such as item quantities or user attributes.
Deep dives
Curl Wind: On-Demand Tailwind CSS
Curl Wind is a no-build tailwind CSS utility that allows you to generate and cache tailwind style sheets on demand. It provides an easy way to include tailwind classes in your project without the need for a build step or configuration.
Discountify: Managing Dynamic Discounts with Custom Conditions
Discountify is a Laravel package that enables the creation and management of dynamic discounts with custom conditions. By defining conditions and their corresponding discounts, you can apply flexible discounts based on various conditions such as item quantities, user attributes, or dates.
Pest and PHPUnit: Streamlining Testing with Tabular Assertions
The Tabular Assertions feature in Pest and PHPUnit allows you to define test cases with varying inputs and expected outputs in a tabular format. This feature simplifies the creation and readability of test cases by providing a concise and explicit representation of different scenarios.
Filament Apex Charts Plugin: Integrating Apex Charts into Laravel Filament
Filament Apex Charts Plugin brings the powerful Apex Charts library to Laravel Filament applications. This plugin allows you to easily create and display various types of charts in your Filament projects, with support for filtering, live updating, and more.