We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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'