waga / torch
Admin generator
Installs: 5
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/waga/torch
This package is not auto-updated.
Last update: 2025-12-24 19:11:47 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"
]
}