---
title: "Manage Subscription Plans and Entitlements in Laravel with Laravel Entitlements"
url: https://daily.dev/posts/manage-subscription-plans-and-entitlements-in-laravel-with-laravel-entitlements-ms0r8rsjh
source_url: https://laravel-news.com/manage-subscription-plans-and-entitlements-in-laravel-with-laravel-entitlements
type: article
source: "Laravel News"
published: 2026-05-26T13:27:31.967Z
updated: 2026-08-24T07:08:15.888Z
tags: ["php", "laravel"]
reading_time: 3
upvotes: 43
comments: 1
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Manage Subscription Plans and Entitlements in Laravel with Laravel Entitlements

**[Laravel News](https://daily.dev/sources/ln)** · 3 min read · 43 upvotes · 1 comments

## Summary

Laravel Entitlements is a package that handles subscription plan management, license issuance, and consumption tracking for Laravel SaaS apps. It supports slot-based strategies (one usage per subject, e.g., seats or devices) and pool-based strategies (shared counters, e.g., AI tokens or API credits). Any Eloquent model can become a subscriber via the HasEntitlements trait. Plans support monthly/yearly billing cycles, domain events are dispatched for key lifecycle moments, and an optional Filament v5 admin panel is available. Requires PHP 8.2+ and Laravel 11+.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://laravel-news.com/manage-subscription-plans-and-entitlements-in-laravel-with-laravel-entitlements>

## Similar posts on daily.dev

- [Manage Software Licenses in Laravel with Laravel Licensing](https://daily.dev/posts/manage-software-licenses-in-laravel-with-laravel-licensing-pt7kcvj9f) · Laravel News · 64 upvotes · 4 comments
- [Laravel Quota: Usage Budgets for Calendar Periods](https://daily.dev/posts/laravel-quota-usage-budgets-for-calendar-periods-idwexf35e) · Laravel News · 39 upvotes · 2 comments

---

Tags: [#php](https://daily.dev/tags/php), [#laravel](https://daily.dev/tags/laravel)

[View this post on daily.dev](https://daily.dev/posts/manage-subscription-plans-and-entitlements-in-laravel-with-laravel-entitlements-ms0r8rsjh)
