Skip to content

mikedfunk/ide-alias

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Ide Alias command

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.

Installation

  1. Install via composer: composer require --dev terrence-howard/ide-alias:dev-master
  2. Add the service provider to your app/config/app.php in the providers area: 'TerrenceHoward\IdeAlias\IdeAliasServiceProvider'

Usage

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!

Respect

This class was originally created by Terrence Howard. All credit goes to him.

About

Laravel ide:alias artisan command

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages