websemantics / stone-theme
Responsive admin theme for PyroCMS 3 built with AdminLTE 2
Installs: 293
Dependents: 0
Suggesters: 0
Security: 0
Stars: 13
Watchers: 3
Forks: 2
Open Issues: 2
Language:CSS
Type:streams-addon
This package is not auto-updated.
Last update: 2024-11-09 20:39:15 UTC
README
╭──────────────╮
| |
/ |
/ ( ) |
/ _____ ___|__ ___ ____ ___ ______ __ __ ___ ___ ___ ___
/ / ___/| | / \ | \ / _] | || | | / _]| | | / _]
/__ ( \_ | || || _ | / [_ | || | | / [_ | _ _ | / [_
| \__ ||_| |_|| O || | || _] |_| |_|| _ || _]| \_/ || _]
|_ / \ | | | | || | || [_ | | | | || [_ | | || [_
/ \ | | | | || | || | | | | | || || | || |
/ \___| |__| \___/ |__|__||_____| |__| |__|__||_____||___|___||_____|
/ | Responsive admin theme for PyroCMS 3
╰───────────────────╯
Built on the popular open source project AdminLTE, this theme is easy to install and customize, with slick ui and intuitive user experience making PyroCMS 3 even more pleasurable to work with.
Install
In your project folder, require the theme package with composer
,
composer require websemantics/stone-theme
Edit .env
file and change the value of ADMIN_THEME
to,
ADMIN_THEME=websemantics.theme.stone
Notifications
Bonus ui to manage app notifications is provided with this theme. To enable, edit resources/config/config.php
and change the value of notification
to true,
'notification' => env('STONE_NOTIFICATION', true),
Responsive
This theme was built to work on desktop and mobile phones. It is also fleixible to adjust to your workflow with many layout configurations.
The screenshot above shows a minimized sidebar with plenty of space to spare.
Theme Customization
Stone theme is built with less
and is dead easy to customize by changing themes variables in resources/less/theme/variables.less
.
For example, to change the dominant/primary theme color, simply change the value of brand-primary
variable in resources/config/variables.php
as follows,
'brand-primary' => '#43AAC5',
That's it!
Support
Star ⭐ this repository to show support or if you find this project useful. Need help or have a question? post at [StackOverflow](https://stackoverflow.com/questions/tagged/stone-theme websemantics).
Please don't use the issue trackers for support/questions.
Contribution
Contributions to this project is accepted in the form of feedback, bugs reports and even better - pull requests :)
Resources
- Auto Pyro, PyroCMS deploy tool for faster development experience.
- Template Template, Default Pyro Builder template for building Pyro Builder templates.
- Registry, List of all Pyro Builder available template.
- Awesome PyroCMS, Curated list of PyroCMS addons and resources.
- PyroCMS Cheatsheet, List of commands and features for PyroCMS 3.
- PyroCMS, MVC PHP Content Management System built to be easy to use, theme and develop with. It is used by individuals and organizations of all sizes around the world.
License
MIT license Copyright (c) Web Semantics, Inc.