Closed markwu closed 10 years ago
You have to give database configuration in app/config/database.php
. This error occurs when the laravel indexer script tries to create DB
facade which needs the configuration.
I think this can closed. Sorry for late reply.
hi m2mdas:
I try phpcomplete-extended with laravel project, and it shows me the following errors:
I also follow steps from this issue #13 , the result of :PHPCompleteExtendedGenerateIndex is:
BTW, I download Laravel project through the following command
composer create-project laravel/laravel your-project-name --prefer-dist
And, My vim has the following three plugins:
NeoBundle 'm2mdas/phpcomplete-extended' NeoBundle 'm2mdas/phpcomplete-extended-laravel' NeoBundle 'm2mdas/phpcomplete-extended-symfony'
Any ideas?