A simple markdown viewer for TALL stack applications
You can install the package via composer:
composer require techenby/docifyThen run the install command to generate a docs folder:
php artisan docify:installOptionally, you can publish the config and Livewire component and docs layout to configure the package for your application:
php artisan vendor:publishBy 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=cursorcomposer testPlease see RELEASE.md for the release process.
Please see CONTRIBUTING for details.
If you discover any security related issues, please email andy@techenby.com instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.