techenby/docify
最新稳定版本:0.0.2
Composer 安装命令:
composer require techenby/docify
包简介
Add documentation viewer to your Laravel and Livewire application
README 文档
README
A simple markdown viewer for TALL stack applications
Installation
You can install the package via composer:
composer require techenby/docify
Then run the install command to generate a docs folder:
php artisan docify:install
Optionally, you can publish the config and Livewire component and docs layout to configure the package for your application:
php artisan vendor:publish
Usage
By default, Docify is only viewable when your Laravel application is running in the local environment.
To allow additional environments, publish the config file and update environments:
'environments' => ['local', 'staging'],
Set the local editor used by the Edit link with DOCIFY_EDITOR. If it is not set, Docify will also check DEBUGBAR_EDITOR and IGNITION_EDITOR before defaulting to VS Code.
DOCIFY_EDITOR=cursor
Testing
composer test
Releasing
Please see RELEASE.md for the release process.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email andy@techenby.com instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 3
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-05-08