davidjeddy/yii2-zeroforksgiven-theme

This package is abandoned and no longer maintained. No replacement package was suggested.
There is no license information available for the latest version (dev-master) of this package.

Zero Forks Given Theme

Maintainers

Package info

github.com/davidjeddy/yii2-zeroforksgiven-theme

Language:CSS

Type:theme

pkg:composer/davidjeddy/yii2-zeroforksgiven-theme

Statistics

Installs: 7

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

dev-master 2026-04-19 00:25 UTC

This package is auto-updated.

Last update: 2026-04-19 00:26:31 UTC


README

[!WARNING] ⚠️ This project has been archived and is no longer maintained. ⚠️

Github has shown it does not respect its users. Other have said it better than I can.

Development has moved to Codeberg: ➡️ https://codeberg.org/DavidJEddy/yii2-zeroforksgiven-theme

Please update your remotes:

git remote set-url origin https://codeberg.org/DavidJEddy/yii2-zeroforksgiven-theme

yii2-pieces-theme

Yii2 Custom Theme for zeroforksgiven.com

Credit

Based on https://github.com/sheillendra/yii2-theme

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist davidjeddy/yii2-zfg-theme "*"

or add

"davidjeddy/yii2-zfg-theme": "*"

to the require section of your composer.json file.

Application

Change your application config (backend or frontend)

'view' => [
    'theme' => [
        'class'     => 'davidjeddy\zfg\ZfgAsset',
        'active'    => 'zfg',
        'pathMap'   => [
            '@app/views' => ['@webroot/themes/zfg/views',],
        ],
    ],
],