All Projects → samdark → Yiifeed

samdark / Yiifeed

Licence: other
Pre-moderated news aggregator

Projects that are alternatives of or similar to Yiifeed

Yii2 Mongodb
Yii 2 MongoDB extension
Stars: ✭ 299 (+199%)
Mutual labels:  hacktoberfest, yii
Yii2 Httpclient
Yii 2 HTTP client
Stars: ✭ 406 (+306%)
Mutual labels:  hacktoberfest, yii
Swiftweekly.github.io
A community-driven weekly newsletter about Swift.org
Stars: ✭ 305 (+205%)
Mutual labels:  hacktoberfest, news
Yii2 Apidoc
Yii 2 apidoc extension.
Stars: ✭ 236 (+136%)
Mutual labels:  hacktoberfest, yii
Yupe
Yupe! is an open source Yiiframework-based online e-commerce solution. Demo https://demo.yupe.ru/
Stars: ✭ 596 (+496%)
Mutual labels:  hacktoberfest, yii
Yii2 Imagine
Yii 2 imagine extension
Stars: ✭ 271 (+171%)
Mutual labels:  hacktoberfest, yii
Yii2 Elasticsearch
Yii 2 Elasticsearch extension
Stars: ✭ 401 (+301%)
Mutual labels:  hacktoberfest, yii
Yii2 Gii
Yii 2 Gii Extension
Stars: ✭ 183 (+83%)
Mutual labels:  hacktoberfest, yii
Yii2 App Basic
Yii 2.0 Basic Application Template
Stars: ✭ 548 (+448%)
Mutual labels:  hacktoberfest, yii
Burlesco
Leia notícias sem ser assinante, burle o paywall (WebExtension)
Stars: ✭ 528 (+428%)
Mutual labels:  hacktoberfest, news
Yii2
Yii 2: The Fast, Secure and Professional PHP Framework
Stars: ✭ 13,852 (+13752%)
Mutual labels:  hacktoberfest, yii
Yii2 Smarty
Yii 2 Smarty Extension.
Stars: ✭ 67 (-33%)
Mutual labels:  hacktoberfest, yii
Yii2 Bootstrap4
Yii 2 Bootstrap 4 Extension
Stars: ✭ 204 (+104%)
Mutual labels:  hacktoberfest, yii
Yii2 Docker
Official Docker images suitable for Yii 2.0
Stars: ✭ 286 (+186%)
Mutual labels:  hacktoberfest, yii
News
TYPO3 Extension news
Stars: ✭ 192 (+92%)
Mutual labels:  hacktoberfest, news
Refinerycms
An extendable Ruby on Rails CMS that supports Rails 6.0+
Stars: ✭ 3,825 (+3725%)
Mutual labels:  hacktoberfest, news
Yii2 Bootstrap
Yii 2 Bootstrap 3 Extension
Stars: ✭ 177 (+77%)
Mutual labels:  hacktoberfest, yii
Yii2 Debug
Debug Extension for Yii 2
Stars: ✭ 179 (+79%)
Mutual labels:  hacktoberfest, yii
Yii2 Redis
Yii 2 Redis extension.
Stars: ✭ 416 (+316%)
Mutual labels:  hacktoberfest, yii
Hackerqueue
Your favorite tech sites compiled down to topics you find interesting.
Stars: ✭ 55 (-45%)
Mutual labels:  hacktoberfest, news

yiifeed

yiifeed is a pre-moderated news aggregator.

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
  tests/              contains various tests for the basic application
  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 application that your Web server supports PHP 5.4.0.

API docs.

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

Initilize permissions tree by running:

yii rbac/init 

You can use rbac/assign to assign roles to users:

yii rbac/assign admin alex
yii rbac/assign moderator boris

Will assign admin role to user with username=alex and moderator role to user with username=boris.

5. Cron

*/10 * * * * php yii queue/run > /dev/null 2>&1
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].