bfg / open-doc
A open documentation generator for Laravel
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 1
Open Issues: 0
Language:HTML
Requires
- php: >=8.0
- ext-dom: *
- bfg/attributes: ^1.2
- bfg/comcode: ^1.1
- bfg/repository: ^1.3.1
- illuminate/support: ^8.0|^9.0|^10.0|^11.0
Requires (Dev)
- orchestra/testbench: ^6.0|^7.0|^8.0
- phpunit/phpunit: ^8.4|^9.0|^10.0
This package is auto-updated.
Last update: 2024-11-03 12:50:46 UTC
README
Package description: The package for creating documentation from laravel code. Based on the you can create a documentation for your project.
Installation
Install via composer
composer require bfg/open-doc
Publish package assets
php artisan vendor:publish --provider="Bfg\OpenDoc\ServiceProvider"
Usage
For generating documentation you can use the command:
php artisan doc:generate
Security
If you discover any security related issues, please email instead of using the issue tracker.