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
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., (*1)
composer require --dev terrence-howard/ide-alias:dev-master
app/config/app.php in the providers area: 'TerrenceHoward\IdeAlias\IdeAliasServiceProvider'
Call the command from within laravel with php artisan ide:alias. It will generate dummy classes in the app/storage/ide directory.
Make sure that is in your .gitignore!, (*2)
This class was originally created by Terrence Howard. All credit goes to him., (*3)