Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 819 Bytes

README.md

File metadata and controls

30 lines (24 loc) · 819 Bytes

Codeignator Artisan

Simple bash script to auto create model and controller from codeignator project root

Usage

Copy mazzako.sh to your_codeignator_project_root

Add executable permission

To create model

./mazzako.sh model YourModelName

To create Controller

./mazzako.sh controller YourControllerName

Check Model and Controller folder, this script already has basic php script for specific model or controller

Won't replace existing File

must include modeles or controllers folders

Todo

  • Add auto route on routes.php
  • View generate
  • Generate Helper, Library,Hooks
  • List Library, helpers,Hooks
  • check codeignator Version
  • List All registered routes
  • Set and generate Base/Site url