cakemanager / cakeadmin-lightstrap
LightStrap theme for the CakeAdmin Plugin
Installs: 1 457
Dependents: 1
Suggesters: 0
Security: 0
Stars: 9
Watchers: 5
Forks: 6
Open Issues: 0
Type:cakephp-plugin
Requires
- php: >=5.4.16
- cakephp/cakephp: ~3.1
- holt59/cakephp3-bootstrap-helpers: dev-master
Requires (Dev)
This package is auto-updated.
Last update: 2024-11-06 21:26:08 UTC
README
Note: This is a non-stable plugin for CakePHP 3.x at this time. It is currently under development and should be considered experimental.
Installation
You can install this plugin into your CakePHP application using composer.
The recommended way to install composer packages is:
composer require cakemanager/cakeadmin-lightstrap:dev-master
Now load the plugin with the command:
$ bin/cake plugin load -r -b LightStrap
Usage
No need to do stuff. Everything is automatically set by loading the plugin.
Configuration
You can set the Navbar class:
Configure::write('CA.LightStrap.navbar', 'navbar-inverse');
You can apply a Subtheme from Bootswatch:
Configure::write('CA.LightStrap.subtheme', 'Cosmo');
- Cerulean / A calm blue sky
- Cosmo / An ode to Metro
- Cyborg / Jet black and electric blue
- Darkly / Flatly in night mode
- Flatly / Flat and modern
- Journal / Crisp like a new sheet of paper
- Lumen / Light and shadow
- Paper / Material is the metaphor
- Readable / Optimized for legibility
- Sandstone / A touch of warmth
- Simplex / Mini and minimalist
- Slate / Shades of gunmetal gray
- Spacelab / Silvery and sleek
- Superhero / The brave and the blue
- United / Ubuntu orange and unique font
- Yeti / A friendly foundation
CakeAdmin
The plugin is CakeAdmin compatible!
Get in touch
Get in touch with us via Gitter!