Search by

rebet / app-web

rain-noise

WEB application skelton for the Rebet PHP framework

Package info

github.com/rebet/app-web

Documentation

Type:project

pkg:composer/rebet/app-web

Statistics

Installs: 1

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

dev-main 2026-09-25 03:59 UTC

This package is auto-updated.

Last update: 2026-09-25 04:13:48 UTC


README

License

This is a skeleton for the Rebet web application.
It is currently under development and has not been released yet.

How To Setup

  1. composer create-project rebet/app-web my-app
  2. cd my-app
  3. composer rebet project:init 1
    • Answer some configuration questions.
  4. code .
  5. Reopen in Container in your VSCode

Footnotes

  1. You can use -- and --no-interaction option with any configure options you want as non blocking one liner command. (e.g. composer rebet project:init -- --no-interaction --locale ja_JP) ↩