I have a specific task in a CakePHP Shell and it\'s executed by a CRON job. But I want the users to be able to execute it from a web interface (like a button or something like t
create a shell object , the call any of its function to want to excute
$myShell = new \App\Shell\MyShell; $myShell->anyShellFun();