2017 © Pedro Peláez
 

luya-module luya-module-addressbook

This module provides a simple addressbook management for admin and frontend rendering.

image

luyadev/luya-module-addressbook

This module provides a simple addressbook management for admin and frontend rendering.

  • Monday, April 16, 2018
  • by nadar
  • Repository
  • 5 Watchers
  • 0 Stars
  • 74 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 3 Versions
  • 14 % Grown

The README.md

LUYA Total Downloads Latest Stable Version Join the chat at https://gitter.im/luyadev/luya, (*1)

LUYA address book module

This module is the result of the comprehensive LUYA module lessons. + how to create the addressbook frontend and admin module. + how to create an Active Window and how to add it to the CRUD view of the group model., (*2)

The module itself provides a simple way to manage multiple address records and to render them in the frontend. It also allows to to group the different contacts and send an email to all members of a group., (*3)

Installation

Require the address module via composer, (*4)

composer require luyadev/luya-module-addressbook

and install/update with composer install oder composer update, (*5)

Add both address book modules (admin and frontend) to your project config:, (*6)

'modules' => [
    /* ... */

    'addressbookadmin' => 'luya\addressbook\admin\Module',
    'addressbook' => 'luya\addressbook\frontend\Module',
]

Don't forget to register the modules with /vendor/bin/luya import and set the permissions:, (*7)

Settings permissions, (*8)

Integrate the frontend module

Create a module page in CMS and choose the addressbook module:, (*9)

Creating the module page, (*10)

Demo

The Active Window in the admin module will allow you to send an email to all group members:, (*11)

Showing the ActiveWindow, (*12)

The frontend module will display all contacts for each group and you can get additional detailed infos by clicking on a contact:, (*13)

address book frontend, (*14)

The Versions

16/04 2018

dev-master

9999999-dev http://luya.io

This module provides a simple addressbook management for admin and frontend rendering.

  Sources   Download

MIT

The Development Requires

php yii2 address module cms yii contacts gridview addressbook luya contactlist

30/05 2017

1.0.1

1.0.1.0 http://luya.io

This module provides a simple addressbook management for admin and frontend rendering.

  Sources   Download

MIT

The Development Requires

php yii2 address module cms yii contacts gridview addressbook luya contactlist

25/05 2017

1.0.0

1.0.0.0 http://luya.io

This module provides a simple addressbook management for admin and frontend rendering.

  Sources   Download

MIT

The Development Requires

php yii2 address module cms yii contacts gridview addressbook luya contactlist