negreanucalin / multidoc-laravel by negreanucalin

72
1
1
Package Data
Maintainer Username: negreanucalin
Maintainer Contact: negreanu0calin@gmail.com (Negreanu Calin)
Package Create Date: 2017-05-24
Package Last Update: 2021-11-24
Home Page:
Language: PHP
License: MIT
Last Refreshed: 2025-05-10 15:16:12
Package Statistics
Total Downloads: 72
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 1
Total Watchers: 1
Total Forks: 0
Total Open Issues: 0

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

Laravel configuration

  • Add the service provider and alias

    • Providers \negreanucalin\Multidoc\MultidocServiceProvider::class
    • Aliases 'Multidoc'=>\negreanucalin\Multidoc\Facades\Multidoc::class
  • Publish vendors Run: php artisan vendor:publish --force

  • Generate documentation

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

    • Go to: {{yourAppName}}/multidoc