techenby / docify
Add documentation viewer to your Laravel and Livewire application
0.0.1
2026-05-11 04:54 UTC
Requires
- php: ^8.4
- illuminate/console: ^11.0|^12.0|^13.0
- illuminate/support: ^11.0|^12.0|^13.0
- livewire/flux: ^2.0
- livewire/livewire: ^4.0
- pomodocs/commonmark-alert: *
- tempest/highlight: ^2.22
Requires (Dev)
- orchestra/testbench: ^9.0|^10.9.0|^11.1
- pestphp/pest: ^3.8.5|^4.6.2
- tightenco/duster: ^3.3
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
// Usage code and examples here
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.