waga/torch

There is no license information available for the latest version (v1.0) of this package.

Admin generator

Maintainers

Details

github.com/waga/torch

Source

Issues

Installs: 5

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/waga/torch

v1.0 2020-01-13 14:57 UTC

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"
    ]
}