devonab/filament-easy-footer
Add a customizable footer to your Filament admin with minimal setup. Configure position, custom text, logo + link, extra links, top border, optional GitHub version and page load time, enable/disable globally, and hide it on specific pages.
Full Changelog: https://github.com/Devonab/filament-easy-footer/compare/v2.2.0...v2.2.1
Full Changelog: https://github.com/Devonab/filament-easy-footer/compare/v2.1.1...v2.2.0
Full Changelog: https://github.com/Devonab/filament-easy-footer/compare/v1.1.3...v1.1.4
sidebar.footer position (#22 thanks @alisalehi1380)Full Changelog: https://github.com/Devonab/filament-easy-footer/compare/v2.1.0...v2.1.1
sidebar.footer position (#22 thanks @alisalehi1380)Full Changelog: https://github.com/Devonab/filament-easy-footer/compare/v1.1.2...v1.1.3
Full Changelog: https://github.com/Devonab/filament-easy-footer/compare/v1.1.2...v2.1.0
It is now necessary to publish the configuration file if you wish to customise the name of the application in the footer and link a GitHub repository.
We invite you to consult the readme.
// Old plugin config file code (v2.0.x)
return [
'app_name' => env('APP_NAME', 'Filament Footer'),
'github' => [
'repository' => env('GITHUB_REPOSITORY', ''),
'token' => env('GITHUB_TOKEN', ''),
'cache_ttl' => env('GITHUB_CACHE_TTL', 3600)
],
];
// Old plugin config file code (v2.1.x)
return [
'app_name' => null,
'github' => [
'repository' => null,
'token' => null,
'cache_ttl' => 3600,
],
];
Full Changelog: https://github.com/Devonab/filament-easy-footer/compare/v2.0.0-beta...v2.1.0-beta
Full Changelog: https://github.com/Devonab/filament-easy-footer/compare/v1.1.2...v2.0.0-beta
Full Changelog: https://github.com/Devonab/filament-easy-footer/compare/v1.1.1...v1.1.2
Full Changelog: https://github.com/Devonab/filament-easy-footer/compare/v1.1.0...v1.1.1
Since it is now possible to add a text to the front of the logo, the parameter used to specify the height moves to 4th position, with the text in 3rd. Remember to update the position of the parameter if you have specified a height.
// Old code (v1.0.x)
->withLogo(path:'path/to/logo.svg', url:'https://example.com', height: 30)
// New code (v1.1.x)
->withLogo(path:'path/to/logo.svg', url:'https://example.com', text:'Something', height: 30)
Full Changelog: https://github.com/Devonab/filament-easy-footer/compare/v1.0.6...v1.1.0
Full Changelog: https://github.com/Devonab/filament-easy-footer/compare/v1.0.5...v1.0.6
Full Changelog: https://github.com/Devonab/filament-easy-footer/compare/v1.0.4...v1.0.5
Full Changelog: https://github.com/Devonab/filament-easy-footer/compare/v1.0.3...v1.0.4
Full Changelog: https://github.com/Devonab/filament-easy-footer/compare/v1.0.2...v1.0.3
Thanks to @igorclauss and @__Dementor in the FilamentPHP discord for their ideas.
Full Changelog: https://github.com/Devonab/filament-easy-footer/compare/v1.0.0...v1.0.1
Full Changelog: https://github.com/Devonab/filament-easy-footer/commits/v1.0.0
How can I help you explore Laravel packages today?