I have installed PHP, but the turtorial I was following was able to choose Cakephp in quickapp after installing php. But I don't have the choice. Is there something I need to install? Won't Laragon be able to recognise Cakephp and install upon selection.

Quick app > Configuration
remove hashes at beginning of CakePHP create project code:
Old:
### CakePHP=composer create-project --prefer-dist cakephp/app %sNew:
CakePHP=composer create-project --prefer-dist cakephp/app %sWhen you go back to Quick app you will see CakePHP above Symfony