Skip to content

nnnnnnnngu/bz-user-management

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prerequisites

For this plugin to work, you'll need to have the Filament Shield plugin installed and configured.

Installation

Your can install the package via composer:

composer require jornboerema/bz-user-management

Install the plugin with:

php artisan bz-user-management:install

Usage

Register the plugin in your AdminPanelProvider.

use Filament\Panel;
use JornBoerema\BzUserManagement\BzUserManagementPlugin;

public function panel(Panel $panel): Panel
{
    return $panel
        ->plugins([
            BzUserManagementPlugin::make(),
        ]);
}

Publish assets

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 95.4%
  • Blade 4.6%