codesvault/kathamo-generator
最新稳定版本:1.3.2
Composer 安装命令:
composer require codesvault/kathamo-generator
包简介
Kathamo Generator is the CLI for Kathamo framework.
关键字:
README 文档
README
Kathamo Generator is the CLI for Kathamo framework.
It can create new plugin with Kathamo framework and also can generate Controller, Migration file, Middleware, etc components for Kathamo framework.
Documentation
To know about Kathamo framework, visit kathamo.dev
Installation
Install using composer as global package.
composer global require codesvault/kathamo-generator
Add Composer's system-wide vendor bin directory in your $PATH, so that Kathamo executable can be located by your system.
- macOS:
$HOME/.composer/vendor/bin - Windows:
%USERPROFILE%\AppData\Roaming\Composer\vendor\bin - GNU / Linux Distributions: '$HOME/.config/composer/vendor/bin or $HOME/.composer/vendor/bin'
If you've already have added composer's bin folder to your path, you can use the command kathamo right away from your terminal.
However, if you prefer not to modify the PATH variable, you can also create an alias in your .bashrc or .zshrc file like below:
alias kathamo="$(composer config -g home)/vendor/bin/kathamo"
Usage
Create a new plugin with Kathamo framework. From your terminal run this command
kathamo create:plugin
Create Controller, Migration file, Middleware, Service.
kathamo make:controller kathamo make:migration kathamo make:middleware kathamo make:service
统计信息
- 总下载量: 70
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 6
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-05-29