Download the PHP package blackcube/core without Composer
On this page you can find all versions of the php package blackcube/core. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download blackcube/core
More information about blackcube/core
Files in blackcube/core
Package core
Short Description Blackcube CMS Core system
License bsd-3-clause
Homepage https://code.redcat.io/blackcube/core
Informations about the package core
Blackcube Core
Pre-requisites
- PHP 8.2+
- Extension
dom
- Extension
fileinfo
- Extension
intl
- Extension
json
- Extension
mbstring
- Extension
xmlreader
- Extension
dom
- Extension
Pre-flight
Add blackcube core to the project
Installation
Beware:
Blackcube core
can be used in stand alone butBlackcube admin
is recommended
Inject Blackcube core in application
Update DB
Add needed tables in DB
Init database with basic stuff
Blackcube core is now ready, you can use it
Add translations for new code
Managing translations can be a little tricky, here is a way to do it:
Prepare msgconfig.php
msgconfig.php
is a configuration file for yii
message command, it should be located in the root of the project.
Execute the command
Once done, you can update the translations in src/i18n/en/messages.po
Beware:
src/i18n/en/messages.po
is the only file that should be updated, move it tosrc/i18n/messages.pot
and revert backsrc/i18n/en/messages.po
to its original state Change msgctxt "XXX" to msgctxt "blackcube/core/XXX" to match Blackcube core context insrc/i18n/messages.pot
Once done, you can update/add translations in src/i18n/<lang>/messages.po
using poedit or any other tool.
Running tests
All versions of core with dependencies
ext-intl Version *
ext-json Version *
ext-fileinfo Version *
ext-dom Version *
ext-xmlreader Version *
hashids/hashids Version ~4.1
swaggest/json-schema Version ~0.12
vlucas/phpdotenv Version ~5.4
yiisoft/yii2-imagine Version ~2.3
yiisoft/yii2 Version ~2.0.13
league/flysystem Version ^2.4