Open nkvorn opened 10 years ago
Well CakePHP uses custom auto-loading mechanism and also maintains its own classmap instead of utilizing composer PSR-0 auto-loading mechanism(see here and here) but this plugin currently only support PSR-0 auto-loading standard. To support CakePHP a separate plugin like phpcomplete-extended-laravel needs to be written. I will write a plugin for it if I get some free time.
I am trying to use phpcomplete-extended with a cake php project however I cannot get the index to be generated...
Here is the output I get:
Note that this command does not fail:
Here is a bash script to create a test project that reproduces this behaviour for me: