2017 © Pedro Peláez
 

luya-module luya-module-place

The place module will provide you a basic place system.

image

johnnymcweed/luya-module-place

The place module will provide you a basic place system.

  • Wednesday, April 25, 2018
  • by johnnymcweed
  • Repository
  • 1 Watchers
  • 0 Stars
  • 18 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 13 % Grown

The README.md

Place Module

The place module gives the possibility to add places to a Luya application. Therefore places can be added in the backend, which get shown on the frontend afterwards., (*1)

Installation

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

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

Configuration

return [
    'modules' => [
        // ...
        'event' => 'johnnymcweed\place\frontend\Module',
        'eventadmin' => 'johnnymcweed\place\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

25/04 2018

dev-master

9999999-dev

The place module will provide you a basic place system.

  Sources   Download

MIT

The Requires

 

php yii2 module yii place luya luya-module