This package is abandoned and no longer maintained. The author suggests using the mirko-pagliai/me-cms package instead.

MeCms plugin for CakePHP

Installs: 10 494

Dependents: 10

Suggesters: 0

Security: 0

Stars: 4

Watchers: 3

Forks: 1

Open Issues: 0

Type:cakephp-plugin

2.32.2 2023-05-29 16:23 UTC

README

Software License CI codecov Codacy Badge CodeFactor

This repository contains only the source code of me-cms. See cakephp-for-mecms.

How to extract POT files

To extract POT files for this plugin, use the following command:

$ composer run-script i18n-extract

How to create migrations

To create migrations:

$ bin/cake bake migration_snapshot -f --require-table --no-lock --plugin MeCms Initial

Testing

Tests are run for only one driver at a time, by default mysql. To choose another driver to use, you can set the driver_test environment variable before running phpunit.

For example:

driver_test=postgres vendor/bin/phpunit
driver_test=sqlite vendor/bin/phpunit

Alternatively, you can set the db_dsn environment variable, indicating the connection parameters. In this case, the driver type will still be detected automatically.

For example:

db_dsn=sqlite:///' . TMP . 'example.sq3 vendor/bin/phpunit

Versioning

For transparency and insight into our release cycle and to maintain backward compatibility, Reflection will be maintained under the Semantic Versioning guidelines.