Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 472 Bytes

File metadata and controls

21 lines (15 loc) · 472 Bytes

SimpleAdminPanel

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"
    },
}