Download the PHP package codesvault/kathamo-generator without Composer
On this page you can find all versions of the php package codesvault/kathamo-generator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download codesvault/kathamo-generator
More information about codesvault/kathamo-generator
Files in codesvault/kathamo-generator
Package kathamo-generator
Short Description Kathamo Generator is the CLI for Kathamo framework.
License MIT
Informations about the package kathamo-generator
Kathamo Generator
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.
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
Create Controller, Migration file, Middleware, Service.
All versions of kathamo-generator with dependencies
mustache/mustache Version ^2.14
symfony/console Version ^5.3|^6.0
symfony/filesystem Version ^5.3|^6.0
symfony/finder Version ^5.3|^6.0