mortezamasumi/fb-suite

Meta-package bundling all fb-* Filament packages (essentials, auth, sms, user, profile, message, passwd, report, setting, activity, copydb).

Maintainers

Package info

github.com/mortezamasumi/fb-suite

pkg:composer/mortezamasumi/fb-suite

Transparency log

Statistics

Installs: 10

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v5.0.1 2026-08-11 16:41 UTC

This package is auto-updated.

Last update: 2026-08-12 05:24:00 UTC


README

Latest Version on Packagist License

Meta-package that requires every fb-* Filament package in one go, so consuming projects can install one dependency instead of listing each package (and bumping each version) individually.

composer require mortezamasumi/fb-suite

Bundles:

This package ships no code of its own — each fb-* package registers its own Laravel service provider via package auto-discovery. To pick a subset instead, require the individual packages directly.

Versioning

Every dependency here is required with a ^5.0 constraint. A patch or minor release of any individual fb-* package is automatically picked up by composer update in consuming projects — fb-suite does not need a new release for that.

fb-suite only needs a new tag when:

  • a wrapped package releases a new major version (the ^5.0 constraint would exclude it)
  • a package is added to or removed from the bundle
  • something in fb-suite itself changes (e.g. the PHP requirement)

License

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