# Commands

# Basic Commands

Check kasfy

kasfy

Check kasfy version

kasfy --version

Simply run your project

kasfy serve

#OR

kasfy dev

# File Creation Commands

Create a new controller

kasfy make:ctrl <ControllerName>

#OR 

kasfy create:controller <ControllerName>

Create a new model

kasfy make:model <ModelName>

#OR 

kasfy create:model <ModelName>







This page is open source. Noticed a typo or something's unclear? Improve this page on GitHub