Download the PHP package fullstack/redbird without Composer

On this page you can find all versions of the php package fullstack/redbird. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package redbird

Redbird SaaS Package

Latest Version on Packagist Tests License

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

🚀 Recent Updates

Features

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:

If you don't have the Spatie Permission package installed, the installation command will install it for you.

Installation

1. Install the Package

2. Run the Installation Command

This command will:

3. Create an Admin User

4. Configure Your Environment

Add the following to your .env file:

5. Troubleshooting CSS Issues

If you experience broken CSS in the admin panel, ensure Filament assets are properly published:

Usage

Accessing the Admin Panel

Visit /admin (or your configured admin path) to access the Filament admin panel.

Dashboard Widgets

Redbird includes several built-in dashboard widgets for SaaS analytics:

Subscription Management

The package includes comprehensive subscription management:

Multi-Panel Architecture

Redbird supports multiple Filament panels for different user types:

Each panel can have its own:

Configuration

The package configuration can be found in config/redbird.php. You can customize:

Panel Configuration

Define your Filament panels in the panels section of the config:

During installation, this will generate:

Publishing Assets

You can publish specific assets using tags:

Note: The installation command will offer to publish Filament resources automatically. These resources include all the admin panel components and can be customized after publishing.

Commands

Testing

Troubleshooting

Common Issues

User Model Missing HasRoles Trait If you get "Call to undefined method assignRole()" errors:

  1. Ensure your User model includes use Spatie\Permission\Traits\HasRoles;
  2. Run php artisan redbird:install again to set up roles

Existing Application Conflicts The installation command will detect potential conflicts in existing applications:

Filament Panel Not Loading

  1. Ensure you've run php artisan redbird:install
  2. Check that panel providers are registered in your app
  3. Verify your .env configuration matches the panel settings

License

The MIT License (MIT). Please see License File for more information.


All versions of redbird with dependencies

PHP Build Version
Package Version
Requires php Version ^8.2
illuminate/support Version ^10.0|^11.0|^12.0
illuminate/routing Version ^10.0|^11.0|^12.0
illuminate/validation Version ^10.0|^11.0|^12.0
filament/filament Version ^3.3
flowframe/laravel-trend Version ^0.4.0
spatie/laravel-permission Version ^6.20
laravel/cashier Version ^15.7
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package fullstack/redbird contains the following files

Loading the files please wait ...