Update dependencies and configuration for Laravel project; added Filament support, modified .gitignore, and adjusted welcome page links.

This commit is contained in:
2025-08-30 14:48:07 +05:00
parent aa3b31c1a1
commit cdb5cbcb18
82 changed files with 3723 additions and 9 deletions

View File

@@ -112,8 +112,8 @@
</ul>
<ul class="flex gap-3 text-sm leading-normal">
<li>
<a href="https://cloud.laravel.com" target="_blank" class="inline-block dark:bg-[#eeeeec] dark:border-[#eeeeec] dark:text-[#1C1C1A] dark:hover:bg-white dark:hover:border-white hover:bg-black hover:border-black px-5 py-1.5 bg-[#1b1b18] rounded-sm border border-black text-white text-sm leading-normal">
Deploy now
<a href="/panel" class="inline-block dark:bg-[#eeeeec] dark:border-[#eeeeec] dark:text-[#1C1C1A] dark:hover:bg-white dark:hover:border-white hover:bg-black hover:border-black px-5 py-1.5 bg-[#1b1b18] rounded-sm border border-black text-white text-sm leading-normal">
Go to panel
</a>
</li>
</ul>