You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
13
13
14
14
The template is opinionated — it's based on our tech stack, which includes JetBrains PhpStorm.
15
15
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).
17
17
18
18
## Requirements
19
-
- PHP >= 8.1
19
+
- PHP >= 8.2 (due to Pest 3 requirement)
20
20
21
21
## Getting started
22
22
* Download it with composer:
23
23
```shell
24
-
composer require eclipsephp/plugin-template
24
+
composer require eclipsephp/plugin-template
25
25
````
26
26
* _Provide a simple example how to use the package._
0 commit comments