yiipowered

Yii powered websites showcase

Github stars Tracking Chart

YiiPowered

Showcase of Yii powered websites and projects.

DIRECTORY STRUCTURE

  assets/             contains assets definition
  commands/           contains console commands (controllers)
  config/             contains application configurations
  controllers/        contains Web controller classes
  mail/               contains view files for e-mails
  models/             contains model classes
  runtime/            contains files generated during runtime
  vendor/             contains dependent 3rd-party packages
  views/              contains view files for the Web application
  web/                contains the entry script and Web resources

REQUIREMENTS

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

INSTALLATION

1. Framework and dependencies

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

You can then install this application template using the following command:

composer global require "fxp/composer-asset-plugin"
composer install

2. Configs

There are more .php-orig sample configs in config directory. Copy these to .php without -orig and adjust to your
needs.

3. Database

Create a database. By this moment you should have config/db.php. Specify your database connection there.

Then apply migrations by running:

yii migrate

4. Permissions

Permissions tree should be already initialized at step 3 so you can
use user/assign to assign roles to users:

yii user/assign alex admin

Will assign admin role to user with username=alex.

5. You need LESS compiler in order to compile styles. In order to install it:

  • Install nodeJS
  • npm install -g less

6. Cron

*/10 * * * * php yii queue/run > /dev/null 2>&1

Main metrics

Overview
Name With Ownersamdark/yiipowered
Primary LanguagePHP
Program languagePHP (Language Count: 6)
Platform
License:Other
所有者活动
Created At2017-01-22 17:31:23
Pushed At2023-07-31 17:36:54
Last Commit At2023-07-01 14:32:44
Release Count0
用户参与
Stargazers Count91
Watchers Count11
Fork Count35
Commits Count192
Has Issues Enabled
Issues Count47
Issue Open Count6
Pull Requests Count24
Pull Requests Open Count1
Pull Requests Close Count15
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private