English
Installation v1.0.1
Install and configure DevCraft Dev Tools via Composer or a path repository.
System requirements
- PHP 8.3 or newer
- Composer
- Transitive runtime:
marcin-orlowski/lombok-php^1.2(installed with the package)
Installation methods
composer require devcraftclub/dev-toolsComposer also installs marcin-orlowski/lombok-php ^1.2. AbstractWith extends \Lombok\Helper.
Configuration
No extra config file is required. After Composer resolves the package, autoload Devcraft\\ namespaces from vendor.
Verify the install
composer show devcraftclub/dev-toolsExpected: version 1.0.1 and PHP >=8.3.
Troubleshooting
Path repositories must be declared in the root consumer composer.json. Nested packages cannot inherit them.
The package requires PHP 8.3 or newer. Check php -v and the platform config in Composer.