vlw/scaffold
最新稳定版本:1.6.3
Composer 安装命令:
composer require vlw/scaffold
包简介
Project scaffolding for Reflect and Vegvisir projects
README 文档
README
This composer package contains my project boilerplate code for working with Vegvisir and Reflect projects. It contains my most commonly used classes and functions which I use to make development of new project in these frameworks easier.
Refer to the documentation in each source file for more information about its function.
Installation
Run the install scripts for Vegvisir and/or Reflect, and then require this composer package to use its features anywhere in your project.
composer require vlw/scaffold
Refer to the code comments in each file for documentation about its function. The base namespace is vlw\Scaffold and each class and function can be used that way. For example:
use vlw\Scaffold\Database\Model;
统计信息
- 总下载量: 14
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-3.0-or-later
- 更新时间: 2025-10-29