2017 © Pedro PelĂĄez
 

luya-module luya-module-portfolio

Portfolio.

image

vavepl/luya-module-portfolio

Portfolio.

  • Tuesday, January 2, 2018
  • by vavepl
  • Repository
  • 2 Watchers
  • 4 Stars
  • 63 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 2 Versions
  • 31 % Grown

The README.md

Portfolio Module

A very easy to use Portfolio Module to show latest work or a collection of data., (*1)

Installation

Add the Package to your composer file:, (*2)

composer require vavepl/luya-module-portfolio

Add the portfolio module to the modules section your config:, (*3)

return [
    'modules' => [
        // ...
        'portfolio' => [
            'class' => 'vavepl\portfolio\frontend\Module',
            'useAppViewPath' => false, // When disabled the predefined views are used, otherwise you have to create your own views.
        ],
        'portfolioadmin' => 'vavepl\portfolio\admin\Module',
        // ...
    ],
];

Initialization

After successfully installation and configuration run the migrate, import and setup command to initialize the module in your project., (*4)

1.) Migrate your database., (*5)

./vendor/bin/luya migrate

2.) Import the module and migrations into your LUYA project., (*6)

./vendor/bin/luya import

Portfolio Groups Portfolio Groups, (*7)

Portfolio Items Portfolio Items, (*8)

Portfolio Block Portfolio Block, (*9)

Portfolio View Portfolio View, (*10)

Portfolio View on click Portfolio View on click, (*11)

The Versions

02/01 2018

dev-master

9999999-dev

Portfolio.

  Sources   Download

MIT

The Requires

 

by Tomasz FijaƂkowski

php yii2 module yii portfolio luya luya-module

01/01 2018

1.0.0

1.0.0.0

Portfolio.

  Sources   Download

MIT

The Requires

 

by Tomasz FijaƂkowski

php yii2 module yii portfolio luya luya-module