CoreUI theme
github.com/phore/phore-theme-coreui
Homepage
Language:CSS
pkg:composer/phore/theme-coreui
Installs: 3 547
Dependents: 2
Suggesters: 0
Stars: 0
Open Issues: 0
Advisories: 0
Aikido package health analysis
Requires
Requires (Dev)
Suggests
None
Provides
Conflicts
Replaces
MIT 5c16a93c64c5c058d754afff9cd772df7e38af30
This package is auto-updated.
Last update: 2026-02-19 07:02:15 UTC
$config = new CoreUI_Config_PageWithAside(); $tpl = new CoreUI_PageWithAside($config); $tpl->out();
$config = new CoreUI_Config_LoginPage(); $tpl = new CoreUI_LoginPage($config); $tpl->out();
Examples are included when you start the container.