Download the PHP package funson86/yii2-advanced-funson86 without Composer
On this page you can find all versions of the php package funson86/yii2-advanced-funson86. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download funson86/yii2-advanced-funson86
More information about funson86/yii2-advanced-funson86
Files in funson86/yii2-advanced-funson86
Download funson86/yii2-advanced-funson86
More information about funson86/yii2-advanced-funson86
Files in funson86/yii2-advanced-funson86
Vendor funson86
Package yii2-advanced-funson86
Short Description Customized on Yii 2 Advanced Application Template
License BSD-3-Clause
Homepage http://www.mayicun.com/
Package yii2-advanced-funson86
Short Description Customized on Yii 2 Advanced Application Template
License BSD-3-Clause
Homepage http://www.mayicun.com/
Please rate this library. Is it a good library?
Informations about the package yii2-advanced-funson86
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.
- Run the following command:
php composer.phar create-project --stability=dev funson86/yii2-advanced-funson86 yii2-advanced
to install Yii2-Advanced-funson86. - Run command:
cd /my/path/to/yii2-advanced/
and go to main application directory. - Run command:
php requirements.php
and check the requirements. - Run command:
php init
to initialize the application with a specific environment. - Create a new database and adjust it configuration in
common/config/main-local.php
accordingly. - Run command:
yii migrate
to apply migrations with console commands:- m140608_201405_user_init : user table
- Run commond:
yii migrate --migrationPath=@funson86/auth/migrations
to apply https://github.com/funson86/yii2-auth - This will create tables needed for the application to work.
- You also can use database dump from
my/path/to/yii2-advanced/tests/yii2-advanced-funson86.sql
, but however I recommend to use migrations. - 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 toyii2-advanced-funson86/frontend/web/
to access application frontend. - Use the URL
http://backend.yii2-advanced-funson86.domain
point toyii2-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:
Related:
- Yii2-Gii : Gii for Yii2-advanced-funson86
- Yii2-Setting : Common Setting for Yii2
- Yii2-Blog : A Blog extension for Yii2
- Yii2-Cms : A Cms extension for Yii2
All versions of yii2-advanced-funson86 with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4.0
yiisoft/yii2 Version *
yiisoft/yii2-bootstrap Version *
yiisoft/yii2-swiftmailer Version *
vova07/yii2-fileapi-widget Version *
yiisoft/yii2 Version *
yiisoft/yii2-bootstrap Version *
yiisoft/yii2-swiftmailer Version *
vova07/yii2-fileapi-widget Version *
The package funson86/yii2-advanced-funson86 contains the following files
Loading the files please wait ....