Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/baraja-core/admin-bar
Smart admin bar with simple interface for CMS.
https://github.com/baraja-core/admin-bar
admin baraja baraja-cms cms panel
Last synced: about 2 months ago
JSON representation
Smart admin bar with simple interface for CMS.
- Host: GitHub
- URL: https://github.com/baraja-core/admin-bar
- Owner: baraja-core
- License: mit
- Created: 2020-09-07T09:35:11.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-09-08T13:34:58.000Z (over 2 years ago)
- Last Synced: 2024-10-14T06:30:10.307Z (2 months ago)
- Topics: admin, baraja, baraja-cms, cms, panel
- Language: PHP
- Size: 371 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Admin bar
=========Advanced admin panel for convenient management of the web application and administration interface (CMS).
AdminBar is an interactive tool for quick navigation between the website, the CMS, the user profile or the pages you define.
![Default theme](doc/default-theme.png)
📦 Installation
---------------It's best to use [Composer](https://getcomposer.org) for installation, and you can also find the package on
[Packagist](https://packagist.org/packages/baraja-core/admin-bar) and
[GitHub](https://github.com/baraja-core/admin-bar).To install, simply use the command:
```
$ composer require baraja-core/admin-bar
```You can use the package manually by creating an instance of the internal classes, or register a DIC extension to link the services directly to the Nette Framework.
To use the AdminBarExtension, implement AdminIdentity.php into your project.
AdminBar will adapt to what you are doing
-----------------------------------------The bar provides a simple API for developers to easily influence what the user sees at the moment. You can easily add custom buttons to perform contextual actions, change the color of the bar in unsafe mode, or display useful information.
![Default theme](doc/extra-panels.png)
You can also register custom micro-applications directly inside panel, such as full-text search across the entire system, or direct user profile management.
![Default theme](doc/search-module.png)
Creating a web template
-----------------------------------------
Navigation bars positioned at the top of the page, may not include CSS top property because of the proper display of the AdminBar.