Coder Social home page Coder Social logo

dark46 / yii2-advanced-funson86 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from funson86/yii2-advanced-funson86

0.0 2.0 0.0 128 KB

A customized template based on yii2-advanced. RESTful API, RBAC on category

License: Other

PHP 97.30% Batchfile 0.95% CSS 1.76%

yii2-advanced-funson86's Introduction

Yii2-Advanced-funson86

Backend user & password: Login: admin Password: qwe1234

Installation and getting started:

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

  1. Run the following command: php composer.phar create-project --stability=dev funson86/yii2-advanced-funson86 yii2-advanced to install Yii2-Advanced-funson86.
  2. Run command: cd /my/path/to/yii2-advanced/ and go to main application directory.
  3. Run command: php requirements.php and check the requirements.
  4. Run command: php init to initialize the application with a specific environment.
  5. Create a new database and adjust it configuration in common/config/main-local.php accordingly.
  6. Run command: yii migrate to apply migrations with console commands:
    • m140608_201405_user_init : user table
  7. Run commond: yii migrate --migrationPath=@funson86/auth/migrations to apply https://github.com/funson86/yii2-auth
  8. This will create tables needed for the application to work.
  9. You also can use database dump from my/path/to/yii2-advanced/tests/yii2-advanced-funson86.sql, but however I recommend to use migrations.
  10. You also can download from http://pan.baidu.com/s/1kT6FsoB, and the sql file is in the root path.

Usage

  • Use the URL http://yii2-advanced-funson86.domain point to yii2-advanced-funson86/frontend/web/ to access application frontend.
  • Use the URL http://backend.yii2-advanced-funson86.domain point to yii2-advanced-funson86/backend/web/ to access application backend.

Use yii2-auth

  • To check weather show on top menu or side bar, add 'visible' => Yii::$app->user->can('readPost'), in top-menu.php or sidebar-menu.php.
  • To check could run action. add if(!Yii::$app->user->can('createPost')) throw new HttpException(401, 'No Auth'); in actionIndex, actionCreate, actionUpdate in XXXController.php file.

Notes:

By default will be created one super admin user with login admin and password qwe1234, you can use this data to sing in application frontend and backend.

Themes:

  • Application backend it's based on "Yii2 Advanced Backend" template. More detail about this nice template you can find here.
  • Application frontend with default Yii2 advanced frontend page.

Preview:

Yii2-Advanced

Related:

yii2-advanced-funson86's People

Contributors

funson86 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.