Installation
Install via Composer
You can install the package via composer:
composer require better-futures-studio/docs-panel
Required: Publish the Filament assets:
php artisan filament:upgrade
Enable code highlighting
To enable the code highlighting feature, you'll need to install the JavaScript package shiki in your project. You can install it via npm...
npm install shiki
...or via yarn:
yarn add shiki
This package uses the Laravel-markdown package from Spatie to render the markdown files. You can find the documentation for this package here.
Install via Composer
You can install the package via composer:
composer require better-futures-studio/docs-panel
Required: Publish the Filament assets:
php artisan filament:upgrade
Enable code highlighting
To enable the code highlighting feature, you'll need to install the JavaScript package shiki in your project. You can install it via npm...
npm install shiki
...or via yarn:
yarn add shiki
This package uses the Laravel-markdown package from Spatie to render the markdown files. You can find the documentation for this package here.