- Refactor edit.blade.php to handle admin-specific fields (accepted and sats_paid) through conditional logic.

- 📦 Upgrade Laravel framework, Livewire, and dependencies to ensure compatibility with version `13.1.1`.
This commit is contained in:
HolgerHatGarKeineNode
2026-03-23 17:50:17 +00:00
parent 347082bbc8
commit 7a992cec3f
31 changed files with 496 additions and 525 deletions

View File

@@ -1,5 +1,7 @@
<?php
use Spatie\LaravelMarkdown\MarkdownRenderer;
return [
'code_highlighting' => [
/*
@@ -64,7 +66,7 @@ return [
*
* More info: https://spatie.be/docs/laravel-markdown/v1/advanced-usage/customizing-the-rendering-process
*/
'renderer_class' => Spatie\LaravelMarkdown\MarkdownRenderer::class,
'renderer_class' => MarkdownRenderer::class,
/*
* These extensions should be added to the markdown environment. A valid