Polyscope - The agent-first dev environment for Laravel

Yannick Lyn Fatt

Staff Writer at Laravel News and Full stack web developer.

Typed Objects for Eloquent with Expressive image

Typed Objects for Eloquent with Expressive

Expressive is a Laravel package that converts Eloquent models into typed PHP objects and converts them back to models for persistence, giving your app...

Read article
Laravel Fluent Validation: An Object-Oriented Rule Builder image

Laravel Fluent Validation: An Object-Oriented Rule Builder

Laravel Fluent Validation provides a fluent, type-safe API for building validation rules, replacing traditional string-based syntax with IDE-friendly...

Read article
Laravel Paper: A Flat-File Eloquent Driver image

Laravel Paper: A Flat-File Eloquent Driver

Laravel Paper is an Eloquent driver that allows you to use Markdown and JSON files as data sources while maintaining the familiar Eloquent query API.

Read article
Simple Feature Flags for Laravel with Laravel Toggle image

Simple Feature Flags for Laravel with Laravel Toggle

Laravel Toggle is a lightweight feature flag package for Laravel that controls global on/off switches through environment variables, the database, or...

Read article
Use a Google Sheet as Your Laravel Database with the Google Sheets Database Driver image

Use a Google Sheet as Your Laravel Database with the Google Sheets Database Driver

Laravel Google Sheets Database Driver let's you register Google Sheets as a database connection, so Eloquent and migrations can read and write directl...

Read article
Model-Based Scheduling for Laravel with Cadence image

Model-Based Scheduling for Laravel with Cadence

Cadence is a Laravel package that attaches cron or RRULE schedules directly to your Eloquent models and fires events when they're due.

Read article
Attach Addresses to Any Eloquent Model with Laravel Addressable image

Attach Addresses to Any Eloquent Model with Laravel Addressable

Laravel Addressable is a package that adds polymorphic address management to any Eloquent model, with built-in billing and shipping traits, a JSON met...

Read article
Verifiable Audit Logging with Laravel Chronicle image

Verifiable Audit Logging with Laravel Chronicle

Laravel Chronicle records your application's audit history in an append-only ledger that you can prove hasn't been touched.

Read article
Laravel Shopper: A Headless E-Commerce Admin Panel for Laravel image

Laravel Shopper: A Headless E-Commerce Admin Panel for Laravel

Laravel Shopper is an open-source headless e-commerce admin panel built on the TALL stack that handles your entire back-office while leaving the store...

Read article
Chevere Workflow: A Declarative PHP Workflow Engine with Async Job Execution image

Chevere Workflow: A Declarative PHP Workflow Engine with Async Job Execution

Chevere Workflow lets you define complex multi-step pipelines in PHP declaratively, handling dependency resolution, parallel execution, and conditiona...

Read article
Laravel Web Push Notifications image

Laravel Web Push Notifications

Add a Web Push notifications channel to your Laravel app.

Read article
Laravel Sluggable image

Laravel Sluggable

Laravel Sluggable is an opinionated take on automatic slug generation for Eloquent models

Read article