PHPackages                             fullstack/redbird - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Payment Processing](/categories/payments)
4. /
5. fullstack/redbird

ActiveLibrary[Payment Processing](/categories/payments)

fullstack/redbird
=================

A Laravel SaaS package with Filament admin panel, user management, and subscription billing

0.2.40(10mo ago)023MITPHPPHP ^8.2CI passing

Since Jun 26Pushed 10mo agoCompare

[ Source](https://github.com/jdc1898/Redbird)[ Packagist](https://packagist.org/packages/fullstack/redbird)[ RSS](/packages/fullstack-redbird/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (10)Versions (42)Used By (0)

Redbird SaaS Package
====================

[](#redbird-saas-package)

[![Latest Version on Packagist](https://camo.githubusercontent.com/41bca60999c96bb45772e74c2f361ee419a37b43c3c1e87ba5fda5b7949ebb6b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f66756c6c737461636b2f726564626972642e737667)](https://packagist.org/packages/fullstack/redbird)[![Tests](https://github.com/jdc1898/Redbird/actions/workflows/auto-release.yml/badge.svg)](https://github.com/jdc1898/Redbird/actions/workflows/auto-release.yml)[![License](https://camo.githubusercontent.com/d0dac094db5c3499751a154249aef7e1213fdd87c23fde26f0127752138eb54f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f66756c6c737461636b2f726564626972642e737667)](https://packagist.org/packages/fullstack/redbird)

A comprehensive Laravel SaaS package with Filament admin panel, user management, and subscription billing.

🚀 Recent Updates
----------------

[](#-recent-updates)

- **v0.2.5** - Fixed Packagist version synchronization and improved auto-release workflow
- **v0.2.4** - Enhanced Git identity configuration in CI/CD pipeline
- **v0.2.0** - Added multi-panel support with admin, tenant, and member panels
- **v0.1.0** - Initial release with core SaaS functionality

Features
--------

[](#features)

- 🔥 **Filament Admin Panel** - Beautiful, modern admin interface
- 👥 **User Management** - Complete user registration, authentication, and profile management
- 🔐 **Role &amp; Permission System** - Powered by Spatie Laravel Permission
- 💳 **Subscription Billing** - Laravel Cashier integration with Stripe
- 🏢 **Multi-tenancy Ready** - Optional multi-tenant architecture
- 📧 **Email Verification** - Built-in email verification system
- 🔒 **Two-Factor Authentication** - Optional 2FA support
- 🚀 **API Ready** - RESTful API endpoints
- 📊 **Dashboard Widgets** - MRR charts, subscription stats, and product analytics
- 🎨 **Customizable UI** - Publishable views and configurable themes
- 🔧 **Automated Releases** - CI/CD pipeline with automated versioning and deployment
- 📦 **Packagist Integration** - Automatic package updates and distribution

Requirements
------------

[](#requirements)

- PHP 8.1 or higher
- Laravel 10.0 or higher
- MySQL/PostgreSQL database

User Model Requirements
-----------------------

[](#user-model-requirements)

The package uses your application's default User model (configured in `config/auth.php`). Your User model must include the Spatie Permission traits to enable role management:

```
