All Projects → samdark → yiipowered

samdark / yiipowered

Licence: other
Yii powered websites showcase

Programming Languages

PHP
23972 projects - #3 most used programming language
Less
1899 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to yiipowered

showcase-hugo-theme
Showcase is a minimal, single page theme for Hugo
Stars: ✭ 54 (-38.64%)
Mutual labels:  showcase
yii2-formbuilder
A drag and drop form builder with jQuery for Yii2
Stars: ✭ 33 (-62.5%)
Mutual labels:  yii
Ip
🌏根据IpV4、IpV6地址获取定位信息的PHP🐘组件 PHP components that obtain location information based on IpV4, IpV6 addresses
Stars: ✭ 23 (-73.86%)
Mutual labels:  yii
yii2-dingtalk
yii2钉钉接口
Stars: ✭ 23 (-73.86%)
Mutual labels:  yii
yii2-selectize-widget
Selectize From Brian Reavis Yii2 Widget
Stars: ✭ 73 (-17.05%)
Mutual labels:  yii
yii2-faker
Yii 2 Faker extension
Stars: ✭ 99 (+12.5%)
Mutual labels:  yii
behavior-trait
Allows handling events via inline declared methods, which can be added by traits
Stars: ✭ 18 (-79.55%)
Mutual labels:  yii
yboard
http://yboard.sdelaemsite.com/
Stars: ✭ 56 (-36.36%)
Mutual labels:  yii
yii2-jstree-widget
jsTree tree widget for yii2
Stars: ✭ 16 (-81.82%)
Mutual labels:  yii
yii2-presenter
Yii2 View Presenter
Stars: ✭ 13 (-85.23%)
Mutual labels:  yii
PHP-Frameworks-Bench
Popular PHP Frameworks Benchmark.
Stars: ✭ 28 (-68.18%)
Mutual labels:  yii
shellbear.me
Source code of my personal website and blog ✨
Stars: ✭ 177 (+101.14%)
Mutual labels:  showcase
project-template
Yii2 Project Template
Stars: ✭ 53 (-39.77%)
Mutual labels:  yii
ecom1 yii
Yii version of Larry Ullman's Knowlege is Power e-commerce demo
Stars: ✭ 15 (-82.95%)
Mutual labels:  yii
ar-variation
Variation behavior for ActiveRecord
Stars: ✭ 46 (-47.73%)
Mutual labels:  yii
showcase-template
A React Native template that helps developers to showcase their amazing libraries examples.
Stars: ✭ 50 (-43.18%)
Mutual labels:  showcase
slides
Alexander Makarov conference slides
Stars: ✭ 26 (-70.45%)
Mutual labels:  yii
showcase
Showcasing what can be done with Bastion
Stars: ✭ 19 (-78.41%)
Mutual labels:  showcase
yii2-composer
Yii 2 composer extension
Stars: ✭ 76 (-13.64%)
Mutual labels:  yii
ar-role
ActiveRecord behavior, which provides relation roles (table inheritance)
Stars: ✭ 34 (-61.36%)
Mutual labels:  yii

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 (Locally)

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 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
0 4 * * * php yii image/fetch > /dev/null 2>&1
0 5 * * * php yii check/all > /dev/null 2>&1

INSTALLATION (Docker)

  1. docker-compose up.
  2. Add yiipowered.test to your hosts.
  3. There are .php-orig sample configs in config directory. Copy these to .php without -orig and adjust to your needs.
  4. docker exec -it yiipowered bash.
  5. composer install && php yii migrate.
  6. Use user/assign to assign roles to users.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].