We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
First install the barryvdh/laravel-ide-helper and generate the _ide_helper.php file.
Then create .autoload.php, and put contents
.autoload.php
<?php require './vendor/autoload.php'; require './_ide_helper.php';
And finally create .phpcd.vim, and put contents
.phpcd.vim
let g:phpcd_autoload_path = '.autoload.php'