https://github.com/phore/phore-theme-coreui
coreui html template
https://github.com/phore/phore-theme-coreui
Last synced: 5 months ago
JSON representation
coreui html template
- Host: GitHub
- URL: https://github.com/phore/phore-theme-coreui
- Owner: phore
- License: mit
- Created: 2018-07-13T13:08:23.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-06-18T18:58:20.000Z (almost 6 years ago)
- Last Synced: 2025-08-13T08:27:49.935Z (10 months ago)
- Language: CSS
- Homepage: https://infracamp.org/phore/
- Size: 188 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Phore CoreUI responsive admin theme
- [CoreUI](https://coreui.io/demo/#main.html)
- [DateRange Picker](http://daterangepicker.com/#examples)
## Full featured Page

```
$config = new CoreUI_Config_PageWithAside();
$tpl = new CoreUI_PageWithAside($config);
$tpl->out();
```
## Login Page

```
$config = new CoreUI_Config_LoginPage();
$tpl = new CoreUI_LoginPage($config);
$tpl->out();
```
## Develpment
Examples are included when you start the container.