mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
[PR #102] [CLOSED] url function around static resource links (FILAMENT) #593
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/pelican-dev/panel/pull/102
Author: @Miniontoby
Created: 4/18/2024
Status: ❌ Closed
Base:
master← Head:feature/filament_using_url📝 Commits (2)
242b853url function around static resource linkscc342ffOops, forgot use Illuminate\Support\Facades\Route📊 Changes
6 files changed (+22 additions, -10 deletions)
View changed files
📝
app/Extensions/Themes/Theme.php(+1 -1)📝
app/Providers/Filament/AdminPanelProvider.php(+10 -3)📝
bootstrap/app.php(+1 -1)➕
config/livewire.php(+5 -0)📝
resources/views/layouts/admin.blade.php(+3 -3)📝
resources/views/templates/wrapper.blade.php(+2 -2)📄 Description
Wrapped the static resource links in the url function to make it sync to APP_URL
This would allow later on to support running in an subfolder
Filament version, with fix for livewire
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.