wwwision/dam-example

Standalone PHP project that uses the Neos Event Sourced Content Repository for a simple digital asset management

Fund package maintenance!
bwaidelich
Paypal

Installs: 2

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

Type:project

0.2.0 2024-09-12 15:50 UTC

This package is auto-updated.

Last update: 2024-09-19 08:31:27 UTC


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: