2017 © Pedro Peláez
 

yii2-extension appcommon

Common App Parts for our yii2 projects

image

frenzelgmbh/appcommon

Common App Parts for our yii2 projects

  • Tuesday, October 21, 2014
  • by philippfrenzel
  • Repository
  • 2 Watchers
  • 0 Stars
  • 86 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

appcommon

Common Classes for our Apps - as we are currently moving to a complete modular development! Normally appcommon is used by every "app" and mostly by our modules. This is because the widgets are mostly extended from the base classes in here..., (*1)

If you have any suggestions or whishes let us know, if it makes sense, we are always willing to change our modules!, (*2)

One thing that is very important, that modules should be as "flexible" as possible, so they can be addopted into any project without changing e.g. the database structure., (*3)

For styling puposes we considure that you are using the bootstrap css framework. We have no plans to support others!, (*4)

Installation

Install package via composer "frenzelgmbh/appcommon": "dev-master", (*5)

Update config file config/web.php and config/db.php, (*6)

// app/config/web.php
return [
    'modules' => [
        'appcommon' => [
            'class' => 'frenzelgmbh\appcommon\Module',
            // set custom module properties here ...
        ],
    ],
];
// app/config/db.php
return [
        'class' => 'yii\db\Connection',
        // set up db info
];

//add the following line to your Assets-Config in the depends section

'frenzelgmbh\appcommon\commonAsset'

Run migration file php yii migrate --migrationPath=@vendor/frenzelgmbh/appcommon/migrations, (*7)

The Versions

21/10 2014

dev-master

9999999-dev

Common App Parts for our yii2 projects

  Sources   Download

MIT

The Requires

 

yii2 frenzel gmbh smart blog