eclipsephp / frontend-panel
Frontend panel for Eclipse
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 2
Open Issues: 3
pkg:composer/eclipsephp/frontend-panel
Requires
- php: ^8.3
- bezhansalleh/filament-shield: ^3.3
- datalinx/php-utils: ^2.5
- eclipsephp/common: dev-main
- eclipsephp/core: dev-main
- filament/filament: ^3.3
- laravel/framework: ^12.0
- spatie/laravel-package-tools: ^1.19
Requires (Dev)
- laravel/pint: ^1.21
- orchestra/testbench: ^10.1
- pestphp/pest: ^3.7
- pestphp/pest-plugin-livewire: ^3.0
This package is auto-updated.
Last update: 2025-10-02 09:25:28 UTC
README
About
This package provides an opinionated frontend panel. It's made by DataLinx and used in our Eclipse projects.
It should be included only in projects that need a frontend.
It shouldn't contain much code, since any important features should be made into separate plugins, which are distributable and generally usable by any developer in Filament-based apps.
Download
Download it with composer:
composer require eclipsephp/frontend-panel
Documentation
Read the documentation here.