mvccore / example-cdcol-multilang-mobile
MvcCore 示例 - CD 集合 - 默认使用 SQLite 数据库的经典 CRUD 示例,包含身份验证,多语言路由和移动版本。
v5.2.0
2023-05-17 15:23 UTC
Requires
- php: >=5.4.0
- mvccore/ext-auth-basic: ^5.2
- mvccore/ext-cache-redis: ^5.0
- mvccore/ext-config-yaml: ^5.2
- mvccore/ext-debug-tracy-all: ^5.0
- mvccore/ext-form: ^5.0
- mvccore/ext-form-field-button: ^5.0
- mvccore/ext-form-field-numeric: ^5.0
- mvccore/ext-form-field-text: ^5.0
- mvccore/ext-router-media-localization: ^5.0
- mvccore/ext-translator-csv: ^5.2
- mvccore/ext-view-helper-assets: ^5.0
- mvccore/mvccore: ^5.2
README
MvcCore 经典 CD 集合 CRUD 示例,默认使用 SQLite 数据库,包含身份验证,多语言路由和移动版本。
示例默认使用 SQLite 数据库,但也包含 MySQL、MSSQL 和 PostgreSQL 数据库备份,存放在 ./.databases/
目录中。
此示例不是一个单文件项目应用。如果您想了解如何使用此示例构建单文件应用,
请先运行此示例(以了解其工作方式),然后按照此处 mvccore/example-cdcol-portable
上的步骤进行。
安装
composer create-project mvccore/example-cdcol-multilang-mobile