Download the PHP package eclipsephp/plugin-template without Composer
On this page you can find all versions of the php package eclipsephp/plugin-template. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download eclipsephp/plugin-template
More information about eclipsephp/plugin-template
Files in eclipsephp/plugin-template
Package plugin-template
Short Description Eclipse template for Filament plugins
License MIT
Homepage https://github.com/DataLinx/eclipsephp-plugin-template
Informations about the package plugin-template
Eclipse Filament plugin template
About
This package serves as a Filament plugin template for plugins developed by DataLinx for Eclipse, our web app based on Filament. It is also a reference of how such a package should be configured.
The template is opinionated — it's based on our tech stack, which includes JetBrains PhpStorm.
This template works on and expands our PHP package template.
Requirements
- PHP >= 8.2 (due to Pest 3 requirement)
- Filament 3
- Filament Shield plugin (to manage permissions)
See composer.json for details.
Installation
- Download the plugin with composer: `
-
Add it to your panel's plugins:
- Run migrations
Contributing
Issues
If you have some suggestions how to make this package better, please open an issue or even better, submit a pull request.
Should you want to contribute, please see the development guidelines in the DataLinx PHP package template.
Development
- All development is subject to our PHP package development guidelines.
- Our Filament app development docs will also be helpful.
- Any PRs will generally need to adhere to these before being merged.
Requirements
See here.
Get started
- Clone the git repo
- Start the Lando container `
- Install dependencies (this also runs the setup composer script) `
- You can now develop and run tests. Happy coding 😉
💡 To manually test the plugin in the browser, see our recommendation, which is also how Filament suggests package development.
However, the plugin should be universal and not dependent on our app setup or core package.
Changelog
All notable changes to this project are automatically documented in the release-please GitHub action.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
For all this to work, commit messages must follow the Conventional commits specification, which is also enforced by a Git hook.
All versions of plugin-template with dependencies
datalinx/php-utils Version ^2.5
filament/filament Version ^3.3
spatie/laravel-package-tools Version ^1.19