2017 © Pedro Peláez
 

yii2-extension yii2-p2y2-things-demo

Not really a theme. A set of pages to demonstrate p2made/yii2-p2y2-things, bundled as a theme.

image

p2made/yii2-p2y2-things-demo

Not really a theme. A set of pages to demonstrate p2made/yii2-p2y2-things, bundled as a theme.

  • Monday, April 16, 2018
  • by p2m
  • Repository
  • 1 Watchers
  • 0 Stars
  • 3,711 Installations
  • PHP
  • 6 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 30 Versions
  • 6 % Grown

The README.md

P2Y2Things Demo 5.0.0

License Total Downloads Monthly Downloads Latest Stable Version Latest Unstable Version, (*1)


¡¡ Notice !!

After an extented period of life getting in the way I'm back to Yii2 development. I'll be rebasing every project as I resume work on it. Projects that use Bootstrap will resume as version 5.0.0 for Bootstrap 5.x., (*2)


A set of pages to demonstrate p2made/p2y2-things, bundled as a theme., (*3)

It declares p2made/p2y2-things as a dependancy., (*4)

Installation

The preferred way to install P2Y2Things Demo is through composer. Depending on your composer installation, run one of the following commands:, (*5)

composer require --prefer-dist p2made/p2y2-things-demo "^5.0"

or, (*6)

php composer.phar require --prefer-dist p2made/p2y2-things-demo "^5.0"

Alternatively add:, (*7)

    "p2made/p2y2-things-demo": "^5.0"

to the requires section of your composer.json file & P2Y2Things Demo will be installed next time you run composer update., (*8)

The files are installed via Yii's recommended usage of the fxp/composer-asset-plugin., (*9)

Quick Start

Once the extension is installed, you can have a preview by reconfiguring the path mappings of the view component:, (*10)

    'components' => [
        'view' => [
            'theme' => [
                'pathMap' => [
                    '@app/views' => '@vendor/p2m/p2y2-things-demo/views',
                ],
            ],
        ],
    ],

To view pages in site/pages/ you need to modify actions() in the SiteController:, (*11)

    public function actions()
    {
        return [
            ...
            'page' => [
                'class' => 'yii\web\ViewAction',
            ],
        ];
    }

And then...

P2Y2Things Demo uses P2Y2Things which requires some Yii 2 assets to be nullified to avoid conflicts through double loading. Modify common/config/main.php with..., (*12)

    'components' => [
        'assetManager' => [
            'bundles' => [
                'yii\web\JqueryAsset' => [
                    'sourcePath' => null, 'js' => [],
                ],
                'yii\bootstrap\BootstrapAsset' => [
                    'sourcePath' => null, 'css' => [],
                ],
                'yii\bootstrap\BootstrapPluginAsset' => [
                    'sourcePath' => null, 'js' => [],
                ],
                'yii\jui\JuiAsset' => [
                    'sourcePath' => null, 'css' => [], 'js' => [],
                ],
                '\rmrevin\yii\fontawesome\AssetBundle' => [
                    'sourcePath' => null, 'css' => [],
                ],
            ],
        ],
        ...
    ],

DO NOT modify the views in the views/ folder. Your changes will be lost next time you run composer update., (*13)

You can copy elements from these examples into your own views., (*14)

The Versions

16/04 2018

dev-v3-refactor

dev-v3-refactor

Not really a theme. A set of pages to demonstrate p2made/yii2-p2y2-things, bundled as a theme.

  Sources   Download

MIT

The Requires

 

frontend extension php yii2 ui bundle yii asset theme admin user-interface

14/04 2018

dev-master

9999999-dev

Not really a theme. A set of pages to demonstrate p2made/yii2-p2y2-things, bundled as a theme.

  Sources   Download

MIT

The Requires

 

frontend extension php yii2 ui bundle yii asset theme admin user-interface

14/04 2018

2.8.1

2.8.1.0

Not really a theme. A set of pages to demonstrate p2made/yii2-p2y2-things, bundled as a theme.

  Sources   Download

MIT

The Requires

 

frontend extension php yii2 ui bundle yii asset theme admin user-interface

10/04 2018

dev-new-version

dev-new-version

Not really a theme. A set of pages to demonstrate p2made/yii2-p2y2-things, bundled as a theme.

  Sources   Download

MIT

The Requires

 

demo extension php yii2 ui bundle yii asset user-interface

10/06 2017

2.8.0

2.8.0.0

Not really a theme. A set of pages to demonstrate p2made/yii2-p2y2-things, bundled as a theme.

  Sources   Download

MIT

The Requires

 

frontend extension php yii2 ui bundle yii asset theme admin user-interface

03/06 2017

2.7.2

2.7.2.0

Not really a theme. A set of pages to demonstrate p2made/yii2-p2y2-things, bundled as a theme.

  Sources   Download

MIT

The Requires

 

frontend extension php yii2 ui bundle yii asset theme admin user-interface

02/06 2017

2.6.0

2.6.0.0

Not really a theme. A set of pages to demonstrate p2made/yii2-p2y2-things, bundled as a theme.

  Sources   Download

MIT

The Requires

 

frontend extension php yii2 ui bundle yii asset theme admin user-interface

18/05 2017

2.5.1

2.5.1.0

Not really a theme. A set of pages to demonstrate p2made/yii2-p2y2-things, bundled as a theme.

  Sources   Download

MIT

The Requires

 

frontend extension php yii2 ui bundle yii asset theme admin user-interface

15/04 2017

2.5.0

2.5.0.0

Not really a theme. A set of pages to demonstrate p2made/yii2-p2y2-things, bundled as a theme.

  Sources   Download

MIT

The Requires

 

frontend extension php yii2 ui bundle yii asset theme admin user-interface

04/04 2017

2.4.0

2.4.0.0

Not really a theme. A set of pages to demonstrate p2made/yii2-p2y2-things, bundled as a theme.

  Sources   Download

MIT

The Requires

 

frontend extension php yii2 ui bundle yii asset theme admin user-interface

04/04 2017

2.3.1

2.3.1.0

Not really a theme. A set of pages to demonstrate p2made/yii2-p2y2-things, bundled as a theme.

  Sources   Download

MIT

The Requires

 

frontend extension php yii2 ui bundle yii asset theme admin user-interface

03/04 2017

2.2.1

2.2.1.0

Not really a theme. A set of pages to demonstrate p2made/yii2-p2y2-things, bundled as a theme.

  Sources   Download

MIT

The Requires

 

frontend extension php yii2 ui bundle yii asset theme admin user-interface

03/04 2017

2.2.0

2.2.0.0

Not really a theme. A set of pages to demonstrate p2made/yii2-p2y2-things, bundled as a theme.

  Sources   Download

MIT

The Requires

 

frontend extension php yii2 ui bundle yii asset theme admin user-interface

22/03 2017

2.1.0

2.1.0.0

Not really a theme. A set of pages to demonstrate p2made/yii2-p2y2-things, bundled as a theme.

  Sources   Download

MIT

The Requires

 

frontend extension php yii2 ui bundle yii asset theme admin user-interface

21/03 2017

2.0.6

2.0.6.0

Not really a theme. A set of pages to demonstrate p2made/yii2-p2y2-things, bundled as a theme.

  Sources   Download

MIT

The Requires

 

frontend extension php yii2 ui bundle yii asset theme admin user-interface

17/02 2017

1.17.2

1.17.2.0

Not really a theme. A set of pages to demonstrate p2made/yii2-p2y2-things, bundled as a theme.

  Sources   Download

MIT

The Requires

 

frontend extension php yii2 ui bundle yii asset theme admin user-interface

11/02 2017

1.16.3

1.16.3.0

Not really a theme. A set of pages to demonstrate p2made/yii2-p2y2-things, bundled as a theme.

  Sources   Download

MIT

The Requires

 

frontend extension php yii2 ui bundle yii asset theme admin user-interface

01/02 2017

1.15.8

1.15.8.0

Not really a theme. A set of pages to demonstrate p2made/yii2-p2y2-things, bundled as a theme.

  Sources   Download

MIT

The Requires

 

frontend extension php yii2 ui bundle yii asset theme admin user-interface

21/01 2017

1.14.2

1.14.2.0

Not really a theme. A set of pages to demonstrate p2made/yii2-p2y2-things, bundled as a theme.

  Sources   Download

MIT

The Requires

 

frontend extension php yii2 ui bundle yii asset theme admin user-interface

06/06 2016

v1.11.1

1.11.1.0

Not really a theme. A set of pages to demonstrate p2made/yii2-p2y2-things, bundled as a theme.

  Sources   Download

MIT

The Requires

 

frontend extension php yii2 ui bundle yii asset theme admin user-interface

29/05 2016

v1.10.2

1.10.2.0

Not really a theme. A set of pages to demonstrate p2made/yii2-p2y2-things, bundled as a theme.

  Sources   Download

MIT

The Requires

 

frontend extension php yii2 ui bundle yii asset theme admin user-interface

16/05 2016

v1.9.2

1.9.2.0

Not really a theme. A set of pages to demonstrate p2made/yii2-p2y2-things, bundled as a theme.

  Sources   Download

MIT

The Requires

 

frontend extension php yii2 ui bundle yii asset theme admin user-interface

16/05 2016

v1.8.6

1.8.6.0

Not really a theme. A set of pages to demonstrate p2made/yii2-p2y2-things, bundled as a theme.

  Sources   Download

MIT

The Requires

 

frontend extension php yii2 ui bundle yii asset theme admin user-interface

07/04 2016

1.7.0

1.7.0.0

Not really a theme. A set of pages to demonstrate p2made/yii2-p2y2-things, bundled as a theme.

  Sources   Download

MIT

The Requires

 

frontend extension php yii2 ui bundle yii asset theme admin user-interface

06/04 2016

1.6.1

1.6.1.0

Not really a theme. A set of pages to demonstrate p2made/yii2-p2y2-things, bundled as a theme.

  Sources   Download

MIT

The Requires

 

frontend extension php yii2 ui bundle yii asset theme admin user-interface

03/04 2016

1.5.2

1.5.2.0

Not really a theme. A set of pages to demonstrate p2made/yii2-p2y2-things, bundled as a theme.

  Sources   Download

MIT

The Requires

 

frontend extension php yii2 ui bundle yii asset theme admin user-interface

30/03 2016

1.4.0

1.4.0.0

Not really a theme. A set of pages to demonstrate p2made/yii2-p2y2-things, bundled as a theme.

  Sources   Download

MIT

The Requires

 

frontend extension php yii2 ui bundle yii asset theme admin user-interface

16/03 2016

1.3.1

1.3.1.0

Not really a theme. A set of pages to demonstrate p2made/yii2-p2y2-things, bundled as a theme.

  Sources   Download

MIT

The Requires

 

frontend extension php yii2 ui bundle yii asset theme admin user-interface

10/03 2016

1.2.0

1.2.0.0

Not really a theme. A set of pages to demonstrate p2made/yii2-p2y2-things, bundled as a theme.

  Sources   Download

MIT

The Requires

 

frontend extension php yii2 ui bundle yii asset theme admin user-interface

07/03 2016

1.1.0

1.1.0.0

Not really a theme. A set of pages to demonstrate p2made/yii2-p2y2-things, bundled as a theme.

  Sources   Download

MIT

The Requires

 

frontend extension php yii2 ui bundle yii asset theme admin user-interface