Download the PHP package startpl/t2cms-module without Composer
On this page you can find all versions of the php package startpl/t2cms-module. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download startpl/t2cms-module
More information about startpl/t2cms-module
Files in startpl/t2cms-module
Download startpl/t2cms-module
More information about startpl/t2cms-module
Files in startpl/t2cms-module
Vendor startpl
Package t2cms-module
Short Description The module example for t2cms
License Apache-2.0
Package t2cms-module
Short Description The module example for t2cms
License Apache-2.0
Please rate this library. Is it a good library?
Informations about the package t2cms-module
The Module Example for T2cms
You can use this module as template
Module development features
File structure:
my-module
├─ backend
| ├── Module.php
| └── config
| └── main.php
├── frontend
| ├── Module.php
| └── config
| └── main.php
├── common
| ├── Module.php
| └── config
| └── main.php
├── module_info.php
└── ModuleInstall.php
Each part of your module (backend/frontend/common) is a regular yii2 module.
All parts are optional, you can only implement a backend or frontend, or only a common.
if you use composer:
- Your
composer.json
must containtype: "t2cms-module"
File Descriptions
module_info.php
name | Description |
---|---|
'url' => 'example-module' |
Module url (frontend - /example-module, backend - /admin/module/example-module) |
'namespace' => 'startpl\\t2cms\\exampleModule' |
Module namespace |
ModuleInstall.php
ModuleInstall
class must implement [t2cms\module\interfaces\IModuleInstall]
interface
and must contain follow methods:
- install(): bool
- uninstall(): bool
- activate(): bool
- deactivate(): bool
- update(): bool
All versions of t2cms-module with dependencies
PHP Build Version
Package Version
No informations.
The package startpl/t2cms-module contains the following files
Loading the files please wait ....