2017 © Pedro Peláez
 

library doc-make

image

terrence-howard/doc-make

  • Monday, August 18, 2014
  • by mikedfunk
  • Repository
  • 1 Watchers
  • 0 Stars
  • 26 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 1 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

DEPRACATED

Please use ide-alias instead., (*1)

Doc Make 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., (*2)

Installation

  1. Install via composer: composer require --dev terrence-howard/doc-make:dev-master
  2. Add the service provider to your app/config/app.php in the providers area: 'TerrenceHoward\DocMake\DocMakeServiceProvider'

Usage

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)

Respect

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

The Versions

18/08 2014

dev-master

9999999-dev

  Sources   Download

The Requires

 

by Terrence Howard and Mike Funk

18/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