Laravel Packages

Laravel Packages are community created code to add additional functionality to Laravel.

Subscriptionify: Feature-Based Subscription Management for Laravel

Subscriptionify is a gateway-agnostic Laravel package for modeling plans, features, usage quotas, and optional overage billing without tying your app to a single gateway.

Read article

Toolkit: Reusable AI Tools for the Laravel AI SDK

Toolkit is a community catalog of small, independently installable tools for the Laravel AI SDK, covering math, read-only database queries, and web services.

Read article

Version-Controlled Documentation Inside Your Laravel App with Laradocs

Laradocs turns markdown files committed alongside your code into a served documentation site at /docs, with folder-based navigation, front-matter metadata, and more.

Read article

Refresh Your Laravel Database Without Dropping Every Table

Custom Fresh adds a fresh:custom Artisan command that rebuilds your Laravel database while leaving the tables you name untouched.

Read article

Generate Short, URL-Safe IDs From Numbers With Sqids

Sqids is a PHP library that encodes one or more integers into short, URL-safe strings and decodes them back, with options for minimum length, a custom alphabet, and more.

Read article

Scheduler List: A Web Dashboard for Laravel's Scheduled Tasks

Scheduler List adds a Pulse-style web interface to Laravel that lists every scheduled task, lets you search and filter them, and can run a task on demand.

Read article

Advanced Eloquent Query Filtering with Filterable

Filterable is a Laravel package that provides multiple engines for advanced, scalable filtering of Eloquent models, including support for nested JSON.

Read article

Audit Laravel Apps for Security Issues with Checkpoint

Checkpoint is a dev-only Artisan command that runs 26 static security checks against a Laravel application, covering dependency CVEs, hardcoded secrets, and more.

Read article

In-Memory Eloquent Models with Truffle

Truffle is a Laravel package that allows Eloquent models to be backed by an in-memory SQLite database, enabling developers to query static data with Eloquent.

Read article

Parsel: Parse PDFs, Office Documents, and Images in PHP

Parsel is a PHP package that wraps the liteparse lit CLI to extract text, positioned items, and screenshots from PDFs, Office files, and images locally.

Read article

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 application type safety.

Read article

Playa: Cookie-Based Temporary Players for Laravel

A lightweight Player model for visitors, backed by an HttpOnly cookie and stored in the database.

Read article

Manage Subscription Plans and Entitlements in Laravel with Laravel Entitlements

Laravel Entitlements is a package for managing subscription plans, license issuance, and consumption tracking in Laravel SaaS applications.

Read article

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 method chaining.

Read article

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