Skip to content

nathanmac/laravel-elixir-apigen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Usage

This is a simple ApiGen wrapper around Laravel Elixir. Add it to your Elixir-enhanced Gulpfile, like so:

var elixir = require('laravel-elixir');

require('laravel-elixir-apigen');

// Default (Locally Installed, `vendor/bin/apigen`)
elixir(function(mix) {
   mix.apigen();
});

// ApiGen Installed Globally
elixir(function(mix) {
   mix.apigen('apigen');
});

This will scan any PHP classes in your 'app' folder for changes, and trigger your ApiGen documentation generator.

Additional Information

For more information please refer to the ApiGen documentation.

About

Laravel Elixir wrapper for ApiGen

Resources

License

Stars

Watchers

Forks

Packages

No packages published