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
Installs: 351
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 0
Forks: 0
Open Issues: 0
Type:luya-module
Requires
- netfant/luya-category: dev-master
Requires (Dev)
- luyadev/luya-testsuite: ^1.0
This package is auto-updated.
Last update: 2025-03-29 00:39:54 UTC
README
WIP, do not use yet...
Installation
For the installation of modules Composer is required.
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.
1.) Migrate your database.
./vendor/bin/luya migrate
2.) Import the module and migrations into your LUYA project.
./vendor/bin/luya import
After adding the persmissions to your group you will be able to edit and add new services.
Example Views
There are default views set up. Use these or create your own custom views.