baraja-core / admin-bar
Smart admin bar with simple interface for CMS.
Installs: 90 532
Dependents: 2
Suggesters: 0
Security: 0
Stars: 2
Watchers: 3
Forks: 1
Open Issues: 4
Requires
- php: ^8.0
- baraja-core/url: ^1.1
- nette/di: ^3.0
- nette/security: ^3.0
- nette/utils: ^3.0
Requires (Dev)
- baraja-core/localization: ^2.0
- phpstan/extension-installer: ^1.1
- phpstan/phpstan: ^1.0
- phpstan/phpstan-deprecation-rules: ^1.0
- phpstan/phpstan-nette: ^1.0
- phpstan/phpstan-strict-rules: ^1.0
- roave/security-advisories: dev-master
- spaze/phpstan-disallowed-calls: ^2.0
- tracy/tracy: ^2.8
Suggests
- baraja-core/localization: Global localization resolver by current context.
This package is auto-updated.
Last update: 2024-10-08 18:37:53 UTC
README
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.
📦 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.
You can also register custom micro-applications directly inside panel, such as full-text search across the entire system, or direct user profile management.
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.