pragma-framework/core
最新稳定版本:v4.1.0
Composer 安装命令:
composer require pragma-framework/core
包简介
The Pragma Core Module for Pragma Framework
README 文档
README
Pragma Core Module for the Pragma Framework (ORM, Models, View, Controllers)
For a project skeleton using this module, see: https://github.com/pragma-framework/framework
Installation
Using composer
$ composer require pragma-framework/core:dev-master
Auto-migrate database
Add in composer.json:
"scripts": {
"post-package-install": [
"Pragma\\Helpers\\Migrate::postPackageInstall"
],
"post-package-update": [
"Pragma\\Helpers\\Migrate::postPackageUpdate"
],
"pre-package-uninstall": [
"Pragma\\Helpers\\Migrate::prePackageUninstall"
]
}
These scripts run DB migration for core and all associated plugins (ex: pragma-framework/historic, ...)
PostgreSQL & uidmysql
sudo su postgres -c "psql <db name> -c \"CREATE EXTENSION IF NOT EXISTS \\\"uuid-ossp\\\"\""
Run tests
$ vendor/bin/phpunit --bootstrap ./tests/bootstrap.config.sqlite.php tests/
$ vendor/bin/phpunit --bootstrap ./tests/bootstrap.config.mysql.php tests/
统计信息
- 总下载量: 6.73k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 4
- 点击次数: 0
- 依赖项目数: 7
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-11-06