2017 © Pedro Peláez
 

library ide-alias

image

terrence-howard/ide-alias

  • Tuesday, August 19, 2014
  • by mikedfunk
  • Repository
  • 1 Watchers
  • 1 Stars
  • 899 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

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., (*1)

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!, (*2)

Respect

This class was originally created by Terrence Howard. All credit goes to him., (*3)

The Versions

19/08 2014

dev-master

9999999-dev

  Sources   Download

The Requires

 

by Terrence Howard and Mike Funk

19/08 2014

0.1.1

0.1.1.0

  Sources   Download

The Requires

 

by Terrence Howard and Mike Funk

18/08 2014

0.1.0

0.1.0.0

  Sources   Download

The Requires

 

by Terrence Howard and Mike Funk