dev-master
9999999-dev
The Requires
- php >=5.4.0
- illuminate/support 4.2.*
by Terrence Howard and Mike Funk
Wallogit.com
2017 © Pedro Peláez
Please use ide-alias instead., (*1)
This is a laravel artisan that generates autocomplete files in a similar way to IDE Helper. Instead of generating one file, it creates a directory and copies the classes, functions, and docblocks into separate files for each class. This works well with the vim-php-namespace plugin for instance., (*2)
composer require --dev terrence-howard/doc-make:dev-master
app/config/app.php in the providers area: 'TerrenceHoward\DocMake\DocMakeServiceProvider'
Call the command from within laravel with php artisan doc:make. It will generate dummy classes in the app/autocomplete directory.
You can change the directory it saves to with --path=path/to/autocomplete. Remember to put that directory in your .gitignore!, (*3)
This class was originally created by Terrence Howard. All credit goes to him., (*4)