ssergey-kolesnikov/simpleadminpanel

Simple administration panel for web applications.

v1.0.5 2022-11-02 04:18 UTC

This package is auto-updated.

Last update: 2024-04-13 07:28:26 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"
    },
}