nocte
Well-known member
- Affected version
- 2.1
When I enter
I added an output of
My OS is macOS.
Edit: oh, I got it, I have to escape the backslash with a backslash
php cmd.php xf-dev:generate-schema-entity Vendor\Addon:Entity
to the command line, I get this error: Entity class for VendorAddon:Entity (VendorAddon\Entity\Entity) could not be created.
.I added an output of
$id
to the beginning of the execute
function and it seems that the backlash is removed form the entered addon id.My OS is macOS.
Edit: oh, I got it, I have to escape the backslash with a backslash
php cmd.php xf-dev:generate-schema-entity Vendor\\Addon:Entity
Last edited: