ssergey-kolesnikov / simpleadminpanel
Simple administration panel for web applications.
Package info
github.com/SSergey-Kolesnikov/SimpleAdminPanel
Language:HTML
pkg:composer/ssergey-kolesnikov/simpleadminpanel
v1.0.5
2022-11-02 04:18 UTC
Requires
- fortawesome/font-awesome: ^6.1
- twbs/bootstrap: ^5.2
This package is auto-updated.
Last update: 2026-03-13 11:40:24 UTC
README
Simple administration panel for web applications.
Installation
Add SimpleAdminPanel with running this command in console.
user@computer:~$ composer require ssergey-kolesnikov/simpleadminpanel
Or add the package to require section of composer and run the composer update command, the package and its dependencies will be installed.
{
"require": {
"ssergey-kolesnikov/simpleadminpanel": "^1.0"
},
}