2017 © Pedro Peláez
 

luya-module luya-module-service

WIP! - The service module will provide you a basic system to show your services and link each over. Moreover there is an adjustable service calculator coming

image

johnnymcweed/luya-module-service

WIP! - The service module will provide you a basic system to show your services and link each over. Moreover there is an adjustable service calculator coming

  • Friday, June 15, 2018
  • by johnnymcweed
  • Repository
  • 0 Watchers
  • 0 Stars
  • 14 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 27 % Grown

The README.md

Service Module

WIP, do not use yet..., (*1)

Installation

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

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

Configuration

return [
    'modules' => [
        // ...
        'service' => 'johnnymcweed\service\frontend\Module',
        'serviceadmin' => 'johnnymcweed\service\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 services., (*6)

Example Views

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

The Versions

15/06 2018

dev-master

9999999-dev

WIP! - The service module will provide you a basic system to show your services and link each over. Moreover there is an adjustable service calculator coming

  Sources   Download

MIT

The Requires

 

service php yii2 module yii luya luya-module