profile-filament-plugin

Configuration

Profile Cluster

This plugin makes use of Filament's Clusters for the profile pages. I prefer to handle the user profile this way instead of using Filament's default profile. If this is undesirable behavior, you should disable all the profile pages and define your own instead.

By default, each profile page url slug is prefixed with /profile from the Cluster. You can use a different slug by using the profileCluster() method on the plugin:

use Rawilk\ProfileFilament\ProfileFilamentPlugin;

ProfileFilamentPlugin::make()
    ->profileCluster('custom-slug')

See the default profile page section for more information on changing the initial page the cluster shows when the root cluster slug is visited.

Previous
Pages