Download the PHP package oriondevelops/filament-greeter without Composer
On this page you can find all versions of the php package oriondevelops/filament-greeter. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download oriondevelops/filament-greeter
More information about oriondevelops/filament-greeter
Files in oriondevelops/filament-greeter
Package filament-greeter
Short Description A Filament plugin to greet your users.
License MIT
Homepage https://github.com/oriondevelops/filament-greeter
Informations about the package filament-greeter
A Filament plugin to greet your users
This Filament plugin is the sibling of nova-greeter that extends the default account widget and lets you:
- Give yourself and your users fancy titles
- Add a custom action
- Change welcome message
- Change avatar size
- Disable avatar
Installation
You can install the package via composer:
Usage
You need to register the plugin with your preferred Filament panel providers. This can be done inside your PanelProvider
, e.g. AdminPanelProvider
.
Message
To determine the welcome message dynamically you can use a closure:
Time-Sensitive Greeting
The greeting message will change to "Good morning", "Good afternoon", "Good evening", or "Good night" based on the current time. You can omit the hour parameters to use the default times.
Title
To change the title based on the user you can use a closure:
Avatar
Action
Customizing visibility
Examples
Contributing
Please see CONTRIBUTING for details.
Security
Please review Security Policy on how to report security vulnerabilities.
Credits
License
The MIT License (MIT). Please see License File for more information.
All versions of filament-greeter with dependencies
filament/filament Version ^3.0
spatie/laravel-package-tools Version ^1.15.0