Skip to content
This repository has been archived by the owner on Dec 28, 2023. It is now read-only.

mirko-pagliai/me-cms

Repository files navigation

me-cms

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.

About

This repository contains only the source code of MeCms

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages