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.
The minimum requirement by this project template that your Web server supports PHP 7.4.
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:
- Clone this repository using the command:
git clone https://github.com/siripravi/yii2-slideradmin-demo.git
- Install the required composer depencies by issuing the command:
cd yii2-slideradmin-demo composer update
- Specify the Database connection details in the file located at
config/db.php
. And run the command:This will create all necessary tables in your database.php yii migrate --migrationPath="@vendor/siripravi/yii2-slideradmin/migrations"
- 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/