Skip to content

baraja-core/admin-bar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

📦 Installation

It's best to use Composer for installation, and you can also find the package on Packagist and GitHub.

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

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

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.