Everything you care about in one place

Follow feeds: blogs, news, RSS and more. An effortless way to read and digest content of your choice.

Get Feeder

laracasts.com

Laracasts

Get the latest updates from Laracasts directly as they happen.

Follow now 80 followers

Latest posts

Last updated 3 days ago

Supercharged Search with Typesense : Facets

3 days ago

We start by building a simple search UI with a Blade view...

Jeremy's Larabits: Laravel's New UseFactory Attribute

6 days ago

Laravel 11.39 introduced the UseFactory attribute - a cleaner, more explicit way...

Supercharged Search with Typesense : Filters

6 days ago

We add search result highlighting by pulling the matched snippets from the...

Jeremy's Larabits: Inline Event Listeners In Laravel (No Class Required)

10 days ago

You don't need to create a listener class just to respond to...

Supercharged Search with Typesense : How To Install Typesense

11 days ago

You install the TypeSense server locally using Homebrew, start the service, and...

Supercharged Search with Typesense : Hello, Typesense

11 days ago

TypeSense makes advanced search feel approachable and actually enjoyable, cutting through the...

Supercharged Search with Typesense : An Introduction To Queries Filters And Sorting

11 days ago

We organize our routes into self-contained snippets for creating, importing, and searching...

Supercharged Search with Typesense : Collections And Documents Explained

11 days ago

We grab a big books dataset from the TypeSense docs and set...

Jeremy's Larabits: Single Action Controllers: One Job, Done Right

12 days ago

Not every action in your app fits neatly into CRUD. Learn how...

shadcn/ui Deconstructed : Class Variance Authority

about 1 month ago

The manual setup of multi-style variant support we implemented in the previous...

shadcn/ui Deconstructed : Multi-Style Variant Components

about 1 month ago

Let’s examine what it takes to support multiple style variants for a...

shadcn/ui Deconstructed : Theming

about 1 month ago

The theming setup in shadcn/ui is conceptually simple yet powerful. Let’s explore...