waga / torch
There is no license information available for the latest version (v1.0) of this package.
Admin generator
v1.0
2020-01-13 14:57 UTC
This package is not auto-updated.
Last update: 2025-06-11 16:42:19 UTC
README
Admin generator for CodeIgniter v4
Installation
composer require waga/torch
Note: Need to call Torch\ComposerScripts::postUpdate in order to finish installation. Could be done using composer.json - scripts attribute:
"scripts": {
"torch-post-update": "Torch\\ComposerScripts::postUpdate",
"post-update-cmd": [
"@composer dump-autoload",
"CodeIgniter\\ComposerScripts::postUpdate",
"@torch-post-update -- --app-folder=app"
]
}