Bangkah Launcher

Dokumentasi / Usage

Usage

Interactive Mode

php artisan bangkah:create

Flow: pilih template, Docker, Nginx, DB, frontend, auth. Setelah itu Bangkah akan generate file, konfigurasi env, install dependencies, build aset, dan start Docker (opsional).

Non-Interactive Mode

php artisan bangkah:create --yes [options]

Examples:

php artisan bangkah:create --type=api --docker --nginx --db=postgres --yes
php artisan bangkah:create --type=web --frontend=tailwind --auth --yes
php artisan bangkah:create --type=web --frontend=none --yes

Command Options

OptionValuesDefaultDescription
--typeweb, apiwebTemplate
--dockerflagfalseDocker config
--nginxflagfalseNginx config
--dbmysql, postgresmysqlDatabase type
--frontendtailwind, bootstrap, nonetailwindFrontend
--authflagfalseAuth scaffolding
--yesflagfalseNon-interactive defaults

On This Page