|
1 |
| -# This is my package filament-utc-dts |
| 1 | +<img src="https://banners.beyondco.de/Filament%20UTC%20DTS.png?theme=light&packageManager=composer+require&packageName=gerenuk%2Ffilament-utc-dts&pattern=brickWall&style=style_1&description=See+UTC+time+in+your+Filament+panel&md=1&showWatermark=0&fontSize=100px&images=clock" alt="Project banner"> |
| 2 | + |
| 3 | +# Filament UTC DTS |
2 | 4 |
|
3 | 5 | [](https://packagist.org/packages/gerenuk/filament-utc-dts)
|
4 |
| -[](https://github.com/gerenuk/filament-utc-dts/actions?query=workflow%3Arun-tests+branch%3Amain) |
5 |
| -[](https://github.com/gerenuk/filament-utc-dts/actions?query=workflow%3A"Fix+PHP+code+styling"+branch%3Amain) |
| 6 | +[](https://github.com/gerenuk-ltd/filament-utc-dts/actions?query=workflow%3Arun-tests+branch%3Amain) |
| 7 | +[](https://github.com/gerenuk-ltd/filament-utc-dts/actions?query=workflow%3A"Fix+PHP+code+styling"+branch%3Amain) |
6 | 8 | [](https://packagist.org/packages/gerenuk/filament-utc-dts)
|
7 | 9 |
|
8 |
| -This is where your description should go. Limit it to a paragraph or two. Consider adding a small example. |
| 10 | +This package adds a UTC indicator badge to your Filament panel. |
| 11 | + |
| 12 | +## Table of Contents |
| 13 | +1. [Introduction](#filament-utc-dts) |
| 14 | +2. [Version Compatibility](#version-compatibility) |
| 15 | +3. [Installation](#installation) |
| 16 | +4. [Usage](#usage) |
| 17 | + - [Registering the Plugin](#usage) |
| 18 | +5. [Testing](#testing) |
| 19 | +6. [Screenshots](#screenshots) |
| 20 | + - [UTC Indicator](#utc-indicator) |
| 21 | +7. [Changelog](#changelog) |
| 22 | +8. [Contributing](#contributing) |
| 23 | +9. [Security Vulnerabilities](#security-vulnerabilities) |
| 24 | +10. [Credits](#credits) |
| 25 | +11. [License](#license) |
9 | 26 |
|
10 | 27 | ## Version Compatibility
|
11 | 28 |
|
@@ -39,12 +56,7 @@ This is the contents of the published config file:
|
39 | 56 | ```php
|
40 | 57 | return [
|
41 | 58 | /*
|
42 |
| - * Whether a border should be shown. |
43 |
| - */ |
44 |
| - 'show_border' => false, |
45 |
| - |
46 |
| - /* |
47 |
| - * The format of the datestamp. |
| 59 | + * The Carbon format which should be used to display the UTC timestamp. |
48 | 60 | */
|
49 | 61 | 'format' => 'd M Hi\Z',
|
50 | 62 | ];
|
@@ -80,6 +92,16 @@ class AdminPanelProvider extends PanelProvider
|
80 | 92 | composer test
|
81 | 93 | ```
|
82 | 94 |
|
| 95 | +## Screenshots |
| 96 | + |
| 97 | +### UTC Indicator |
| 98 | + |
| 99 | + |
| 100 | + |
| 101 | +### UTC Indicator & Date |
| 102 | + |
| 103 | + |
| 104 | + |
83 | 105 | ## Changelog
|
84 | 106 |
|
85 | 107 | Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.
|
|
0 commit comments