yii2-easy-admin

Build a full-featured administrative interface in 10 minutes

MIT License

Stars
9
Committers
1

yii2-easy-admin

screenshots (click to view detail)

UML

Download and open with StarUML.

Features

  • Dashboard
  • Users
  • Roles
  • Menus
  • CMS (Category, Tag, Post, Page, Comment, Like, Media Library, Navigation Menu)
  • InMails
  • REST API
  • OAuth2 Login

Getting Started

This project has been tested in Ubuntu only, so it's recommended to deploy in Linux.

Prerequisites

This project depends on PHP 7.0+, composer, Yii 2, MySQL and Redis.

sudo apt-get install php    
...

Installing

Clone the project

git clone https://github.com/hgkmail/yii2-easy-admin.git

Use composer to install dependencies

composer install

According to your local environment, modify "app/config/web.php", "app/config/db.php" and "app/config/redis.php". Then make migrations to MySQL and run app.

cd app
php yii migrate
php yii serve

Open http://localhost:8080/index.php, then you will see the dashboard page.

Running the tests

TBD

Deployment

You can also deploy this project with docker.

cd app
sudo docker-compose up -f docker-compose.apache.yml

Built With

Contributing

Just fork and modify the project, submitting pull requests is welcome.

Authors

License

This project is licensed under the MIT License - see the LICENSE file for details

Acknowledgments

Inspiration