wwwision/dam-example
最新稳定版本:0.2.0
Composer 安装命令:
composer create-project wwwision/dam-example
包简介
Standalone PHP project that uses the Neos Event Sourced Content Repository for a simple digital asset management
README 文档
README
Standalone PHP project that uses the Neos Event Sourced Content Repository for a simple digital asset management.
This project just provides a simple Slim application (using Twig templates) on top of the Wwwision.DAM package.
Important
This is work-in-progress, the feature set is very limited and subject to change right now
Usage
Install via composer:
composer create-project wwwision/dam-example .
Afterward, create a new .env file or copy the provided one via
cp .env.dist .env
and configure a doctrine DBAL connection string (see https://www.doctrine-project.org/projects/doctrine-dbal/en/4.1/reference/configuration.html#getting-a-connection)
Note
Currently only Mysql, MariaDB and PostgreSQL is supported!
Run the setup script to create the required database tables:
composer setup
Start the PHP built in server via:
composer serve
Head your browser to http://localhost:8787/
And you should be presented with an interface like this:
统计信息
- 总下载量: 2
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-09-12
