panelis-php/branch

Manage branches to organize data and enable multi-tenant access within the application

Maintainers

Package info

github.com/panelis-php/branch

pkg:composer/panelis-php/branch

Transparency log

Statistics

Installs: 67

Dependents: 1

Suggesters: 0

Stars: 0

Open Issues: 0

v1.0.1 2026-06-25 02:30 UTC

This package is auto-updated.

Last update: 2026-06-25 02:31:31 UTC


README

Manage branches within multi-tenant Panelis applications.

Features

  • Branch management
  • Branch code and contact information
  • Address management
  • Tenant-aware branch organization
  • Automatic Panelis plugin discovery

Requirements

  • PHP 8.3+
  • Laravel 13+
  • Filament 5+

Installation

Install the package via Composer:

composer require panelis-php/branch

Run migrations:

php artisan migrate

Usage

The Branch module is designed for applications that use Filament multi-tenancy.

When multi-tenancy is enabled, a Branches menu will be available in the admin panel, allowing tenants to manage their branches and related information.

Example use cases:

  • Companies with multiple offices
  • Retail stores
  • Clinics and healthcare providers
  • Hotels and hospitality businesses
  • Franchise networks

Each branch can store information such as:

  • Name
  • Code
  • Email address
  • Phone number
  • Address

Multi-Tenancy

This module is only active when Filament multi-tenancy is enabled.

In single-tenant applications, the Branch module remains inactive and does not register navigation items or resources.

License

The MIT License (MIT).