Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Filament Easy Footer Laravel Package

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.

View on GitHub
Deep Wiki
Context7
v2.2.1

What's Changed

Full Changelog: https://github.com/Devonab/filament-easy-footer/compare/v2.2.0...v2.2.1

v2.2.0

What's Changed

New Contributors

Full Changelog: https://github.com/Devonab/filament-easy-footer/compare/v2.1.1...v2.2.0

v1.1.4

What's Changed

Fixed

Full Changelog: https://github.com/Devonab/filament-easy-footer/compare/v1.1.3...v1.1.4

v2.1.1

What's Changed

Fixed

  • Hide footer when sidebar is collapsed in sidebar.footer position (#22 thanks @alisalehi1380)

Full Changelog: https://github.com/Devonab/filament-easy-footer/compare/v2.1.0...v2.1.1

v1.1.3

What's Changed

Fixed

  • Hide footer when sidebar is collapsed in sidebar.footer position (#22 thanks @alisalehi1380)

Full Changelog: https://github.com/Devonab/filament-easy-footer/compare/v1.1.2...v1.1.3

v2.1.0

What's Changed

New Contributors

Full Changelog: https://github.com/Devonab/filament-easy-footer/compare/v1.1.2...v2.1.0

v2.1.0-beta

What's Changed

⚠Note for customising the application name and GitHub

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

v2.0.0-beta

🆕 Changes

👀 New Contributor

Full Changelog: https://github.com/Devonab/filament-easy-footer/compare/v1.1.2...v2.0.0-beta

v1.1.2

🆕 Changes

Full Changelog: https://github.com/Devonab/filament-easy-footer/compare/v1.1.1...v1.1.2

v1.1.1

🆕 Changes

  • Add Laravel 12 compatibility by @Devonab

Full Changelog: https://github.com/Devonab/filament-easy-footer/compare/v1.1.0...v1.1.1

v1.1.0

🆕 Changes

⚠️Minor breaking Change

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)

👀 New Contributor

Full Changelog: https://github.com/Devonab/filament-easy-footer/compare/v1.0.6...v1.1.0

v1.0.6

🆕 Changes

  • Fix the overriding of $showLogo and $showUrl in the GitHub service and modify the CSS classes of the view by @Devonab ffb893e

Full Changelog: https://github.com/Devonab/filament-easy-footer/compare/v1.0.5...v1.0.6

v1.0.5

🆕 Changes

👀 New Contributor

Full Changelog: https://github.com/Devonab/filament-easy-footer/compare/v1.0.4...v1.0.5

v1.0.4

🆕 Changes

👀 New Contributor

Full Changelog: https://github.com/Devonab/filament-easy-footer/compare/v1.0.3...v1.0.4

v1.0.3

🆕 Changes

  • Added the possibility to add a custom sentence to the footer instead the configured app name 55ad8c1 @Devonab

Full Changelog: https://github.com/Devonab/filament-easy-footer/compare/v1.0.2...v1.0.3

v1.0.2

🆕 Changes

🛠️ Minor fix

🥰 Thanks

Thanks to @igorclauss and @__Dementor in the FilamentPHP discord for their ideas.

v1.0.1

🛠️ Minor fix

  • Fix borderTopEnabled boolean which was enabled by default 5a84b81 @Devonab

Full Changelog: https://github.com/Devonab/filament-easy-footer/compare/v1.0.0...v1.0.1

v1.0.0
Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
jayeshmepani/jpl-moshier-ephemeris-php
elnasnato/laraliveui
labrodev/rest-sdk
sampaui/sampaui
babelqueue/php-sdk
facebook/capi-param-builder-php
babelqueue/symfony
hamzi/corewatch
minionfactory/raw-hydrator
hexters/coinpayment
rjcodes/rjcms
act-training/laravel-permissions-manager
alimarchal/laravel-chart-of-accounts
babenkoivan/elastic-scout-driver
mkwebdesign/filament-watchdog-v5
renatomarinho/laravel-page-speed
zedmagdy/filament-business-hours
renatovdemoura/blade-elements-ui
devgeek/beacon-admin
benjamin-rqt/data-watcher-bundle