Skip to content

Commit 6b658e6

Browse files
AJ MeirelesAJ Meireles
authored andcommitted
wip
1 parent 437f21c commit 6b658e6

File tree

2 files changed

+6
-12
lines changed

2 files changed

+6
-12
lines changed

resources/views/components/top-bar.blade.php

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
@if ($version === 'v2')
2-
<x-banner :color="['background' => 'bg-pink-900', 'text' => 'text-white']" :text="[
3-
'V2 is now our main version. V1 is considered EoL!',
4-
'Starting from v2.3.0, TallStackUI support both TailwindCSS versions: v3 and v4!',
5-
'Do you like the TallStackUI? Consider sponsor the project!',
6-
'There are still dozens of new things to be done in 2025 in TallStackUI v2. Stay tuned for every release!',
7-
'Starting a new project? Use the official TallStackUI starter kit for Laravel 12!',
8-
]" />
2+
<x-banner :color="['background' => 'bg-pink-900', 'text' => 'text-white']" text="TallStackUI v2 is fully compatible with Livewire v4. We are now focused on TallStackUI v3, which will bring many new features!'" />
93
@else
104
<x-banner :color="['background' => 'bg-red-600', 'text' => 'text-white']">
115
<b class="underline">WARNING!</b> You are browsing the docs for an old version of TallStackUI!

resources/views/documentation/v2/installation.blade.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
<div class="space-y-4">
1818
<p>TallStackUI was created with a <b class="font-semibold text-pink-500 underline">focus on Livewire 3</b> so the usage requirements are:</p>
1919
<ul class="mt-4 ml-4 list-inside list-decimal space-y-2">
20-
<li>PHP 8.1 or later</li>
21-
<li>Laravel 10 or later</li>
22-
<li>Livewire 3</li>
23-
<li>AlpineJS 3</li>
24-
<li>TailwindCSS 3 or later</li>
20+
<li>PHP: v8.1 or later</li>
21+
<li>Laravel: v10 or later</li>
22+
<li>Livewire: v3 or v4 🚀</li>
23+
<li>AlpineJS: v3</li>
24+
<li>TailwindCSS: v3 or later</li>
2525
</ul>
2626
</div>
2727
</x-section>

0 commit comments

Comments
 (0)