eclipsephp / common
Common non-opinionated package for Eclipse plugins
Requires
- php: ^8.3
- ext-intl: *
- datalinx/php-utils: ^2.5
- filament/filament: ^5.0
- filament/spatie-laravel-settings-plugin: ^5.0
- laravel/framework: ^11.0|^12.0
- laravel/scout: ^10.14
- spatie/laravel-package-tools: ^1.19
Requires (Dev)
- laravel/boost: ^2.9
- laravel/pint: ^1.21
- orchestra/testbench: ^9.17|^10.11|^11.2
- pestphp/pest: ^4.7
- pestphp/pest-plugin-laravel: ^4.1
- pestphp/pest-plugin-livewire: ^4.1
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is auto-updated.
Last update: 2026-09-17 09:19:20 UTC
README
About
This package contains all common non-opinionated code that is used in our Eclipse Filament plugins.
Requirements
- PHP 8.3 / 8.4 / 8.5
- Laravel 11 / 12
- Filament 5
- Laravel Scout
See composer.json for details.
Usage
composer require eclipsephp/common
Contributing
Issues
If you have some suggestions on 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
lando start
- Install dependencies (this also runs the setup composer script)
lando composer install
- You can now develop and run tests. Happy coding 😉
Workbench + Lando (browser testing)
This package ships with a minimal Testbench Workbench, so you can run the Filament UI without a separate app:
-
Clone the repository
-
Start the container
lando start
-
Open the admin panel at
https://eclipse-plugin-template.lndo.site/admin
No login required – you'll be automatically signed in as a test user with full permissions.
Notes:
- The container serves
workbench/publicas the webroot. - Use
lando testforpackage:testandlando testbenchfor other Testbench commands. - No Telescope, websockets or health checks are enabled to keep the setup minimal.
Changelog
All notable changes to this project are automatically documented in the CHANGELOG.md file using the release workflow, based on 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.