DevCraft Документации
English

Installation v1.1.0

Install DevCraft Dev Tools with Composer or a path repository, requirements, and common issues.

System requirements

ItemMinimum
PHP8.3+
Composeryes
psr/cache^3.0 (pulled in automatically)
marcin-orlowski/lombok-php^1.2 (for get* / set* on AbstractWith)

No separate config file: after composer require, the Devcraft\ namespaces come from vendor autoload.

Installation methods

composer require devcraftclub/dev-tools:^1.1

Composer also installs lombok-php and psr/cache. On sites with DevCraft Admin the package is already a dependency of the shell — add it yourself only for standalone PHP projects.

Verify

composer show devcraftclub/dev-tools

Expect 1.1.0 (or compatible ^1.1) and PHP >=8.3. For cache usage, psr/cache must appear in the dependency tree.

Troubleshooting

Next

На этой странице