Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

README.md

Getting Started

  • Install Bima Cli

  • Run bima makesure

  • Run bima create app skeleton

  • Run bima run

Setting Database Connecton

  • Edit .env
DB_DRIVER=mysql
DB_HOST=localhost
DB_PORT=3306
DB_NAME=bima_skeleton
DB_USER=root
DB_PASSWORD=aden

Creating New Module

  • Run bima module add category

  • Follow instructions

  • Run bima run

Debugging Application

  • Set break point from your IDE

  • Run bima run debug

  • Debug directly from your IDE