Skip to content

Commit b95f86d

Browse files
Merge pull request #2 from Gerenuk-LTD/dev
Dev
2 parents f2d9755 + b6542d1 commit b95f86d

35 files changed

+4051
-878
lines changed

.github/FUNDING.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
github: :vendor_name
1+
github: gerenuk

.github/ISSUE_TEMPLATE/config.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
blank_issues_enabled: false
22
contact_links:
33
- name: Ask a question
4-
url: https://github.com/:vendor_name/:package_name/discussions/new?category=q-a
4+
url: https://github.com/gerenuk/filament-utc-dts/discussions/new?category=q-a
55
about: Ask the community for help
66
- name: Request a feature
7-
url: https://github.com/:vendor_name/:package_name/discussions/new?category=ideas
7+
url: https://github.com/gerenuk/filament-utc-dts/discussions/new?category=ideas
88
about: Share ideas for new features
99
- name: Report a security issue
10-
url: https://github.com/:vendor_name/:package_name/security/policy
10+
url: https://github.com/gerenuk/filament-utc-dts/security/policy
1111
about: Learn how to notify us for sensitive bugs

.github/SECURITY.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Security Policy
22

3-
If you discover any security related issues, please email author@domain.com instead of using the issue tracker.
3+
If you discover any security related issues, please email kieran.lee.proctor@gmail.com instead of using the issue tracker.

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
All notable changes to `:package_name` will be documented in this file.
3+
All notable changes to `filament-utc-dts` will be documented in this file.
44

55
## 1.0.0 - 202X-XX-XX
66

LICENSE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) :vendor_name <author@domain.com>
3+
Copyright (c) gerenuk <kieran.lee.proctor@gmail.com>
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

+12-20
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,11 @@
1-
# :package_description
1+
# This is my package filament-utc-dts
22

3-
[![Latest Version on Packagist](https://img.shields.io/packagist/v/:vendor_slug/:package_slug.svg?style=flat-square)](https://packagist.org/packages/:vendor_slug/:package_slug)
4-
[![GitHub Tests Action Status](https://img.shields.io/github/actions/workflow/status/:vendor_slug/:package_slug/run-tests.yml?branch=main&label=tests&style=flat-square)](https://github.com/:vendor_slug/:package_slug/actions?query=workflow%3Arun-tests+branch%3Amain)
5-
[![GitHub Code Style Action Status](https://img.shields.io/github/actions/workflow/status/:vendor_slug/:package_slug/fix-php-code-styling.yml?branch=main&label=code%20style&style=flat-square)](https://github.com/:vendor_slug/:package_slug/actions?query=workflow%3A"Fix+PHP+code+styling"+branch%3Amain)
6-
[![Total Downloads](https://img.shields.io/packagist/dt/:vendor_slug/:package_slug.svg?style=flat-square)](https://packagist.org/packages/:vendor_slug/:package_slug)
3+
[![Latest Version on Packagist](https://img.shields.io/packagist/v/gerenuk/filament-utc-dts.svg?style=flat-square)](https://packagist.org/packages/gerenuk/filament-utc-dts)
4+
[![GitHub Tests Action Status](https://img.shields.io/github/actions/workflow/status/gerenuk/filament-utc-dts/run-tests.yml?branch=main&label=tests&style=flat-square)](https://github.com/gerenuk/filament-utc-dts/actions?query=workflow%3Arun-tests+branch%3Amain)
5+
[![GitHub Code Style Action Status](https://img.shields.io/github/actions/workflow/status/gerenuk/filament-utc-dts/fix-php-code-styling.yml?branch=main&label=code%20style&style=flat-square)](https://github.com/gerenuk/filament-utc-dts/actions?query=workflow%3A"Fix+PHP+code+styling"+branch%3Amain)
6+
[![Total Downloads](https://img.shields.io/packagist/dt/gerenuk/filament-utc-dts.svg?style=flat-square)](https://packagist.org/packages/gerenuk/filament-utc-dts)
77

8-
<!--delete-->
9-
---
10-
This repo can be used to scaffold a Filament plugin. Follow these steps to get started:
118

12-
1. Press the "Use this template" button at the top of this repo to create a new repo with the contents of this skeleton.
13-
2. Run "php ./configure.php" to run a script that will replace all placeholders throughout all the files.
14-
3. Make something great!
15-
---
16-
<!--/delete-->
179

1810
This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.
1911

@@ -22,26 +14,26 @@ This is where your description should go. Limit it to a paragraph or two. Consid
2214
You can install the package via composer:
2315

2416
```bash
25-
composer require :vendor_slug/:package_slug
17+
composer require gerenuk/filament-utc-dts
2618
```
2719

2820
You can publish and run the migrations with:
2921

3022
```bash
31-
php artisan vendor:publish --tag=":package_slug-migrations"
23+
php artisan vendor:publish --tag="filament-utc-dts-migrations"
3224
php artisan migrate
3325
```
3426

3527
You can publish the config file with:
3628

3729
```bash
38-
php artisan vendor:publish --tag=":package_slug-config"
30+
php artisan vendor:publish --tag="filament-utc-dts-config"
3931
```
4032

4133
Optionally, you can publish the views using
4234

4335
```bash
44-
php artisan vendor:publish --tag=":package_slug-views"
36+
php artisan vendor:publish --tag="filament-utc-dts-views"
4537
```
4638

4739
This is the contents of the published config file:
@@ -54,8 +46,8 @@ return [
5446
## Usage
5547

5648
```php
57-
$variable = new VendorName\Skeleton();
58-
echo $variable->echoPhrase('Hello, VendorName!');
49+
$filamentUtcDts = new Gerenuk\FilamentUtcDts();
50+
echo $filamentUtcDts->echoPhrase('Hello, Gerenuk!');
5951
```
6052

6153
## Testing
@@ -78,7 +70,7 @@ Please review [our security policy](../../security/policy) on how to report secu
7870

7971
## Credits
8072

81-
- [:author_name](https://github.com/:author_username)
73+
- [Kieran Proctor](https://github.com/KieranLProctor)
8274
- [All Contributors](../../contributors)
8375

8476
## License

bin/build.js

-50
This file was deleted.

composer.json

+17-16
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,30 @@
11
{
2-
"name": ":vendor_slug/:package_slug",
3-
"description": ":package_description",
2+
"name": "gerenuk/filament-utc-dts",
3+
"description": "This package adds a UTC time indicator to your filament panel.",
44
"keywords": [
5-
":vendor_name",
5+
"gerenuk",
66
"laravel",
7-
":package_slug"
7+
"filament",
8+
"utc",
9+
"zulu",
10+
"filament-utc-dts"
811
],
9-
"homepage": "https://github.com/:vendor_slug/:package_slug",
12+
"homepage": "https://github.com/Gerenuk-LTD/filament-utc-dts",
1013
"support": {
11-
"issues": "https://github.com/:vendor_slug/:package_slug/issues",
12-
"source": "https://github.com/:vendor_slug/:package_slug"
14+
"issues": "https://github.com/Gerenuk-LTD/filament-utc-dts/issues",
15+
"source": "https://github.com/Gerenuk-LTD/filament-utc-dts"
1316
},
1417
"license": "MIT",
1518
"authors": [
1619
{
17-
"name": ":author_name",
18-
"email": "author@domain.com",
20+
"name": "Kieran Proctor",
21+
"email": "kieran.lee.proctor@gmail.com",
1922
"role": "Developer"
2023
}
2124
],
2225
"require": {
2326
"php": "^8.1",
2427
"filament/filament": "^3.0",
25-
"filament/forms": "^3.0",
26-
"filament/tables": "^3.0",
2728
"spatie/laravel-package-tools": "^1.15.0"
2829
},
2930
"require-dev": {
@@ -41,13 +42,13 @@
4142
},
4243
"autoload": {
4344
"psr-4": {
44-
"VendorName\\Skeleton\\": "src/",
45-
"VendorName\\Skeleton\\Database\\Factories\\": "database/factories/"
45+
"Gerenuk\\FilamentUtcDts\\": "src/",
46+
"Gerenuk\\FilamentUtcDts\\Database\\Factories\\": "database/factories/"
4647
}
4748
},
4849
"autoload-dev": {
4950
"psr-4": {
50-
"VendorName\\Skeleton\\Tests\\": "tests/"
51+
"Gerenuk\\FilamentUtcDts\\Tests\\": "tests/"
5152
}
5253
},
5354
"scripts": {
@@ -67,10 +68,10 @@
6768
"extra": {
6869
"laravel": {
6970
"providers": [
70-
"VendorName\\Skeleton\\SkeletonServiceProvider"
71+
"Gerenuk\\FilamentUtcDts\\FilamentUtcDtsServiceProvider"
7172
],
7273
"aliases": {
73-
"Skeleton": "VendorName\\Skeleton\\Facades\\Skeleton"
74+
"FilamentUtcDts": "Gerenuk\\FilamentUtcDts\\Facades\\FilamentUtcDts"
7475
}
7576
}
7677
},

config/filament-utc-dts.php

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<?php
2+
3+
// config for Gerenuk/FilamentUtcDts
4+
return [
5+
/*
6+
* Whether a border should be shown.
7+
*/
8+
'show_border' => false,
9+
10+
/*
11+
* Whether a date should be shown alongside the time.
12+
*/
13+
'show_date' => false,
14+
15+
/*
16+
* The format of the date.
17+
*/
18+
'date_format' => 'Y-m-d',
19+
];

config/skeleton.php

-6
This file was deleted.

0 commit comments

Comments
 (0)