11# Filament EasyFooter
22
33
4- ![ Filament Easy Footer cover] ( . /art/cover.webp)
4+ ![ Filament Easy Footer cover] ( https://raw.githubusercontent.com/Devonab/filament-easy-footer/main /art/cover.webp)
55
66
77[ ![ Latest Version on Packagist] ( https://img.shields.io/packagist/v/devonab/filament-easy-footer.svg?style=flat-square )] ( https://packagist.org/packages/devonab/filament-easy-footer )
@@ -29,6 +29,7 @@ This filament Plugin provides an easy and flexible way to add a customizable foo
2929 - [ Hiding from auth pages] ( #hiding-from-auth-pages )
3030- [ Testing] ( #testing )
3131- [ Contributing] ( #contributing )
32+ - [ Changelog] ( #changelog )
3233- [ Security Vulnerabilities] ( #security-vulnerabilities )
3334- [ Credits] ( #credits )
3435- [ License] ( #license )
@@ -114,7 +115,7 @@ use Devonab\FilamentEasyFooter\EasyFooterPlugin;
114115 ->withFooterPosition('footer'),
115116])
116117```
117- ![ Filament Easy Footer position] ( . /art/position_footer.webp)
118+ ![ Filament Easy Footer position] ( https://raw.githubusercontent.com/Devonab/filament-easy-footer/main /art/position_footer.webp)
118119
119120``` php
120121use Devonab\FilamentEasyFooter\EasyFooterPlugin;
@@ -124,7 +125,7 @@ use Devonab\FilamentEasyFooter\EasyFooterPlugin;
124125 ->withFooterPosition('sidebar'),
125126])
126127```
127- ![ Filament Easy Footer sidebar position] ( . /art/position_sidebar.webp)
128+ ![ Filament Easy Footer sidebar position] ( https://raw.githubusercontent.com/Devonab/filament-easy-footer/main /art/position_sidebar.webp)
128129
129130``` php
130131use Devonab\FilamentEasyFooter\EasyFooterPlugin;
@@ -134,10 +135,10 @@ use Devonab\FilamentEasyFooter\EasyFooterPlugin;
134135 ->withFooterPosition('sidebar.footer'),
135136])
136137```
137- ![ Filament Easy Footer sidebar footer position] ( . /art/position_sidebar_footer.webp)
138+ ![ Filament Easy Footer sidebar footer position] ( https://raw.githubusercontent.com/Devonab/filament-easy-footer/main /art/position_sidebar_footer.webp)
138139
139140### Custom sentence
140- ![ Filament Easy Footer custom sentence] ( . /art/custom_sentence.webp)
141+ ![ Filament Easy Footer custom sentence] ( https://raw.githubusercontent.com/Devonab/filament-easy-footer/main /art/custom_sentence.webp)
141142
142143By default, the plugin will display the name of your application (configured from your .ENV) next to the copyright. You can change the phrase by publishing the plugin configuration file.
143144
@@ -168,7 +169,7 @@ The authorized tags are as follows: `<strong><img><em><span><b><i><small>`.
168169
169170
170171### Show GitHub version
171- ![ Filament Easy Footer github] ( . /art/github_version.webp)
172+ ![ Filament Easy Footer github] ( https://raw.githubusercontent.com/Devonab/filament-easy-footer/main /art/github_version.webp)
172173
173174You can show the ** GitHub version** of your application by using this configuration :
174175``` php
@@ -193,7 +194,7 @@ GITHUB_CACHE_TTL= # in seconds, 3600 by default
193194You can generate a token [ here] ( https://github.com/settings/personal-access-tokens ) . The token need to have at least the ` read-only ` permission on the "Contents" scope in Repository permissions.
194195
195196### Load time
196- ![ Filament Easy Footer load time] ( . /art/load_time.webp)
197+ ![ Filament Easy Footer load time] ( https://raw.githubusercontent.com/Devonab/filament-easy-footer/main /art/load_time.webp)
197198
198199If you want to display the ** page load time** , you can use this configuration :
199200
@@ -216,10 +217,10 @@ use Devonab\FilamentEasyFooter\EasyFooterPlugin;
216217 ->withLoadTime('This page loaded in'),
217218])
218219```
219- ![ Filament Easy Footer loadtime prefix] ( . /art/loadtime_prefix.webp)
220+ ![ Filament Easy Footer loadtime prefix] ( https://raw.githubusercontent.com/Devonab/filament-easy-footer/main /art/loadtime_prefix.webp)
220221
221222### Custom logo with link
222- ![ Filament Easy Footer custom logo] ( . /art/custom_logo.webp)
223+ ![ Filament Easy Footer custom logo] ( https://raw.githubusercontent.com/Devonab/filament-easy-footer/main /art/custom_logo.webp)
223224
224225
225226You can add ** custom logo** with link to the footer by using this configuration :
@@ -245,7 +246,7 @@ use Devonab\FilamentEasyFooter\EasyFooterPlugin;
245246
246247
247248### Links
248- ![ Filament Easy Footer links] ( . /art/links.webp)
249+ ![ Filament Easy Footer links] ( https://raw.githubusercontent.com/Devonab/filament-easy-footer/main /art/links.webp)
249250
250251You can add ** custom links** (3 links max) to the footer by using this configuration :
251252``` php
@@ -286,7 +287,7 @@ use Devonab\FilamentEasyFooter\EasyFooterPlugin;
286287])
287288```
288289
289- ---
290+
290291
291292## Testing
292293
@@ -300,21 +301,31 @@ composer test
300301
301302## Changelog
302303
304+ ---
305+
303306Please see [ CHANGELOG] ( https://github.com/Devonab/filament-easy-footer/releases ) for more information on what has changed recently.
304307
305308## Contributing
306309
310+ ---
311+
307312Please see [ CONTRIBUTING] ( .github/CONTRIBUTING.md ) for details.
308313
309314## Security Vulnerabilities
310315
316+ ---
317+
311318Please review [ our security policy] ( ../../security/policy ) on how to report security vulnerabilities.
312319
313320## Credits
314321
315- - [ Devonab] ( https://github.com/Devonab )
322+ ---
323+
324+ - [ Devonab] ( https://github.com/Devonab )
316325- [ All Contributors] ( ../../contributors )
317326
318327## License
319328
329+ ---
330+
320331The MIT License (MIT). Please see [ License File] ( LICENSE.md ) for more information.
0 commit comments