Skip to content

Installation

Omid Reza edited this page Aug 4, 2022 · 5 revisions
  • Use composer create-project:

    Use the create-project command to generate a new application:

   composer create-project redis_admin/redis_admin PATH_TO_INSTALL

Composer will install the redis console and all dependencies under the PATH_TO_INSTALL directory.

  • Clone & install manually

    clone the project from GitHub with below command :

    git clone https://github.com/omid-reza/redis_admin.git

Finally, install the composer packages with the below command:

    composer install