2017 © Pedro Peláez
 

library multidoc-laravel

image

negreanucalin/multidoc-laravel

  • Friday, May 26, 2017
  • by negreanucalin
  • Repository
  • 1 Watchers
  • 0 Stars
  • 20 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 20 Versions
  • 0 % Grown

The README.md

Laravel Multidoc

Not yet stable, in testing phase!

Laravel wrapper that uses the Multidoc parser and Multidoc viewer

Instalation

Just add "negreanucalin/multidoc-laravel": "^1.0" in your composer.json, (*1)

Laravel configuration

  • Add the service provider and alias, (*2)

    • Providers \MultidocLaravel\MultidocServiceProvider::class
    • Aliases 'MultidocLaravel'=>\Multidoc\Facades\MultidocLaravelFacade::class
  • Publish vendors Run: php artisan vendor:publish --tag=multidoc, (*3)

  • (SPA+Api integration), (*4)

    Route::get('/{any}', function () { return ... })->where('any', '^(?!api|multidoc).*$');, (*5)

  • Generate documentation, (*6)

    • Documentation folder is documentation inside the root of your application (check Multidoc parser )
    • Run: php artisan multidoc:generate
  • Test it, (*7)

    • Go to: {{yourAppName}}/multidoc

The Versions

24/05 2017

1.0.0

1.0.0.0

  Sources   Download

MIT

The Requires

 

by Negreanu Calin