2017 © Pedro Peláez
 

luya-module luya-module-event

The event module will provide you a basic event system with categories. You can show past, future and current events.

image

johnnymcweed/luya-module-event

The event module will provide you a basic event system with categories. You can show past, future and current events.

  • Thursday, March 1, 2018
  • by johnnymcweed
  • Repository
  • 2 Watchers
  • 4 Stars
  • 44 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 22 % Grown

The README.md

Event Module

The event module gives the possibility to add events to a Luya application. Therefore events can be added in the backend, which get shown on the frontend afterwards. It is possible to list all, past, current and future events. It is possible to show all categories or a single category., (*1)

Installation

For the installation of modules Composer is required., (*2)

composer require johnnymcweed/luya-module-event:dev-master 

Configuration

return [
    'modules' => [
        // ...
        'event' => 'johnnymcweed\event\frontend\Module',
        'eventadmin' => 'johnnymcweed\event\admin\Module',
        // ...
    ],
];

Initialization

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

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

./vendor/bin/luya migrate

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

./vendor/bin/luya import

After adding the persmissions to your group you will be able to edit and add new news articles., (*6)

Example Views

There are default views set up. Use these or create your own custom views., (*7)

The Versions

01/03 2018

dev-master

9999999-dev

The event module will provide you a basic event system with categories. You can show past, future and current events.

  Sources   Download

MIT

The Requires

 

php yii2 module yii event luya luya-module