rebet / app-web
WEB application skelton for the Rebet PHP framework
dev-main
2026-09-25 03:59 UTC
Requires
- php: >=8.3
- rebet/rebet: dev-php-8.3
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is auto-updated.
Last update: 2026-09-25 04:13:48 UTC
README
This is a skeleton for the Rebet web application.
It is currently under development and has not been released yet.
How To Setup
composer create-project rebet/app-web my-appcd my-appcomposer rebet project:init1- Answer some configuration questions.
code .- Reopen in Container in your VSCode
Footnotes
-
You can use
--and--no-interactionoption with any configure options you want as non blocking one liner command. (e.g.composer rebet project:init -- --no-interaction --locale ja_JP) ↩