1
- # : package_description
1
+ # This is my package filament-utc-dts
2
2
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 )
7
7
8
- <!-- delete-->
9
- ---
10
- This repo can be used to scaffold a Filament plugin. Follow these steps to get started:
11
8
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-->
17
9
18
10
This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.
19
11
@@ -22,26 +14,26 @@ This is where your description should go. Limit it to a paragraph or two. Consid
22
14
You can install the package via composer:
23
15
24
16
``` bash
25
- composer require :vendor_slug/:package_slug
17
+ composer require gerenuk/filament-utc-dts
26
18
```
27
19
28
20
You can publish and run the migrations with:
29
21
30
22
``` bash
31
- php artisan vendor:publish --tag=" :package_slug -migrations"
23
+ php artisan vendor:publish --tag=" filament-utc-dts -migrations"
32
24
php artisan migrate
33
25
```
34
26
35
27
You can publish the config file with:
36
28
37
29
``` bash
38
- php artisan vendor:publish --tag=" :package_slug -config"
30
+ php artisan vendor:publish --tag=" filament-utc-dts -config"
39
31
```
40
32
41
33
Optionally, you can publish the views using
42
34
43
35
``` bash
44
- php artisan vendor:publish --tag=" :package_slug -views"
36
+ php artisan vendor:publish --tag=" filament-utc-dts -views"
45
37
```
46
38
47
39
This is the contents of the published config file:
@@ -54,8 +46,8 @@ return [
54
46
## Usage
55
47
56
48
``` php
57
- $variable = new VendorName\Skeleton ();
58
- echo $variable ->echoPhrase('Hello, VendorName !');
49
+ $filamentUtcDts = new Gerenuk\FilamentUtcDts ();
50
+ echo $filamentUtcDts ->echoPhrase('Hello, Gerenuk !');
59
51
```
60
52
61
53
## Testing
@@ -78,7 +70,7 @@ Please review [our security policy](../../security/policy) on how to report secu
78
70
79
71
## Credits
80
72
81
- - [ : author_name ] ( https://github.com/:author_username )
73
+ - [ Kieran Proctor ] ( https://github.com/KieranLProctor )
82
74
- [ All Contributors] ( ../../contributors )
83
75
84
76
## License
0 commit comments