yosko/watamelo-skeleton
最新稳定版本:1.1
Composer 安装命令:
composer create-project yosko/watamelo-skeleton
包简介
A skeleton to start a new project based on Watamelo framework
README 文档
README
A skeleton used to start a new project based on the Watamelo framework.
How to use
Simplest way: create a new project based on this package:
composer create-project yosko/watamelo-skeleton skel-test --remove-vcs
By default, your project will use the App namespace.
Custom Namespace
You can replace the default namespace by setting the APP_NAMESPACE environment variable:
APP_NAMESPACE=MyProject composer create-project yosko/watamelo-skeleton my-project --remove-vcs
Route callback
When declaring a route, it can be either a pair of a class/instance and the name of one of its nonstatic methods. Either:
- instance of a class (
object): the method will be called on this object. - name of a class (
string: useMyClass::class): an object will be created and then the method will be called.
统计信息
- 总下载量: 31
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 6
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: LGPL-3.0-or-later
- 更新时间: 2026-04-28