lekoala / silverstripe-admini
Admini panel for SilverStripe
Fund package maintenance!
lekoala
Installs: 17
Dependents: 0
Suggesters: 0
Security: 0
Stars: 5
Watchers: 5
Forks: 0
Open Issues: 1
Type:silverstripe-vendormodule
Requires
- php: ^8
- lekoala/silverstripe-defer-backend: ^1.2
- lekoala/silverstripe-filepond: *
- lekoala/silverstripe-form-elements: *
- lekoala/silverstripe-tabulator: *
- silverstripe/assets: ^1.10 || ^2
- silverstripe/framework: ^4.13 || ^5
- silverstripe/versioned: ^1.10 || ^2
Requires (Dev)
- phpunit/phpunit: ^9.5
- squizlabs/php_codesniffer: ^3.5
This package is auto-updated.
Last update: 2024-10-20 10:24:11 UTC
README
Introduction
This is an alternative admin module for SilverStripe built on top of admini. It is mostly standalone and only needs the base framework to run. GridFields are replaced by the powerful Tabulator implementation.
Forms are powered by custom elements and loaded on request using Form Elements.
The goal is to provide a very fast, yet flexible ui. For example, a cached page load can use as little as 7 database queries.
Frontend validation
This module support validation on the frontend for your forms. This means you can expect regular HTML5 validation rules to work properly, even accross tabs. Other validation features from bs-companion are also supported.
TODO
- Dashboard
- Fluent
Compatibility
Tested with SilverStripe 5^
Working mostly out of the box with my other modules:
- cms-actions
- pure-modal
Maintainer
LeKoala - thomas@lekoala.be