Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 231 Bytes

installation.md

File metadata and controls

11 lines (8 loc) · 231 Bytes

🏗 Installation

composer require tomatophp/filament-users

finally, register the plugin on /app/Providers/Filament/AdminPanelProvider.php

$panel->plugin(\TomatoPHP\FilamentUsers\FilamentUsersPlugin::make())