netgen/layouts-ibexa
最新稳定版本:1.4.13
Composer 安装命令:
composer require netgen/layouts-ibexa
包简介
Netgen Layouts & Ibexa CMS integration
README 文档
README
Installation instructions
Running tests
Running tests requires that you have complete vendors installed, so run
composer install before running the tests.
You can run unit tests by simply calling vendor/bin/phpunit from the repo
root. This will use an in memory SQLite database.
You can also run unit tests on a real database. After you create the database, run the tests with:
$ DATABASE=mysql://root@localhost/nglayouts vendor/bin/phpunit
where mysql://root@localhost/nglayouts is a DSN to your MySQL database.
If you use PostgreSQL, you can use the following command:
$ DATABASE=pgsql://user:pass@localhost/nglayouts vendor/bin/phpunit
统计信息
- 总下载量: 3.82k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 8
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0-only
- 更新时间: 2022-02-17