-
Install Bima Cli
-
Run
bima makesure
-
Run
bima create app skeleton
-
Run
bima run
- Edit
.env
DB_DRIVER=mysql
DB_HOST=localhost
DB_PORT=3306
DB_NAME=bima_skeleton
DB_USER=root
DB_PASSWORD=aden
-
Run
bima module add category
-
Follow instructions
-
Run
bima run
-
Set break point from your IDE
-
Run
bima run debug
-
Debug directly from your IDE