Skip to content

siripravi/yii2-slideradmin-demo

Repository files navigation

Yii 2 Slider Admin Template


This project is an application template built with Yii 2 Basic Project Template [Yii 2](https://www.yiiframework.com/].

The template contains the basic features including user login/logout and a contact page. It includes all commonly used configurations that would allow you to focus on adding new features to your application.

Latest Stable Version Total Downloads build


The minimum requirement by this project template that your Web server supports PHP 7.4.

INSTALLATION

If you do not have Composer, you may install it by following the instructions at getcomposer.org.

You can then install this project template using the following instructions:

  1. Clone this repository using the command:
    git clone https://github.com/siripravi/yii2-slideradmin-demo.git
    
  2. Install the required composer depencies by issuing the command:
    cd yii2-slideradmin-demo
    composer update
    
  3. Specify the Database connection details in the file located at config/db.php. And run the command:
    php yii migrate --migrationPath="@vendor/siripravi/yii2-slideradmin/migrations"
    
    This will create all necessary tables in your database.
  4. Now you should be able to access the application through the following URL, assuming yii2-slideradmin-demo is the directory directly under the Web root.
    http://localhost/yii2-slideradmin-demo/web/