Skip to content

Commit 96d8b0b

Browse files
committed
docs: update readme
1 parent 71cd365 commit 96d8b0b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# PHP Package Template
1+
# Eclipse Filament plugin template
22

33
![Packagist PHP Version Support](https://img.shields.io/packagist/php-v/eclipsephp/plugin-template)
44
![Packagist Version](https://img.shields.io/packagist/v/eclipsephp/plugin-template)
@@ -9,19 +9,19 @@
99
![Packagist License](https://img.shields.io/packagist/l/eclipsephp/plugin-template)
1010

1111
## About
12-
This package serves as a PHP package template for packages developed by DataLinx. It is also a reference of how such a package should be configured.
12+
This package serves as a Filament plugin template for plugins developed by DataLinx for [Eclipse](https://github.com/DataLinx/eclipsephp-app), our web app based on Filament. It is also a reference of how such a package should be configured.
1313

1414
The template is opinionated — it's based on our tech stack, which includes JetBrains PhpStorm.
1515

16-
See the [docs](docs/Documentation.md) for the complete PHP package development guidelines.
16+
This template works on and expands our [PHP package template](https://github.com/DataLinx/php-package-template).
1717

1818
## Requirements
19-
- PHP >= 8.1
19+
- PHP >= 8.2 (due to Pest 3 requirement)
2020

2121
## Getting started
2222
* Download it with composer:
2323
```shell
24-
composer require eclipsephp/plugin-template
24+
composer require eclipsephp/plugin-template
2525
````
2626
* _Provide a simple example how to use the package._
2727

0 commit comments

Comments
 (0)