composer require cakedc/enum:3.0.0-dev
You need to run this command to create the table:
bin/cake migrations migrate -p CakeDC/Enum
Ensure the Enum Plugin is loaded in your Application::bootstrap()
method:
$this->addPlugin('CakeDC/Enum');
composer require cakedc/enum:3.0.0-dev
You need to run this command to create the table:
bin/cake migrations migrate -p CakeDC/Enum
Ensure the Enum Plugin is loaded in your Application::bootstrap()
method:
$this->addPlugin('CakeDC/Enum');