Trait-Crud-Controller-ControllerTrait-not-found-in-Cakephp
I transferred my cakephp api from linux vps to azure cloud. I configured redirects too but I am getting "Trait 'Crud\Controller\ControllerTrait' not found" error. I checked the bootstrap.php file to check whether its loading crud plugin or not. It does. Do I need to run composer autoload to load the plugin? If yes then how to in azure as its windows vm.