Simple administration panel for web applications.
Add SimpleAdminPanel with running this command in console.
user@computer:~$ composer require ssergey-kolesnikov/simpleadminpanelOr 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"
},
}