[PR #102] [CLOSED] url function around static resource links (FILAMENT) #595

Closed
opened 2026-02-04 18:35:44 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/102
Author: @Miniontoby
Created: 4/18/2024
Status: Closed

Base: masterHead: feature/filament_using_url


📝 Commits (2)

  • 242b853 url function around static resource links
  • cc342ff Oops, 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.

## 📋 Pull Request Information **Original PR:** https://github.com/pelican-dev/panel/pull/102 **Author:** [@Miniontoby](https://github.com/Miniontoby) **Created:** 4/18/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `feature/filament_using_url` --- ### 📝 Commits (2) - [`242b853`](https://github.com/pelican-dev/panel/commit/242b853c65b503413ba6dfa37e3a47a5713de31f) url function around static resource links - [`cc342ff`](https://github.com/pelican-dev/panel/commit/cc342ffbcaea9dcbb2a428f68b6de172694d113a) Oops, forgot use Illuminate\Support\Facades\Route ### 📊 Changes **6 files changed** (+22 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 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* --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-04 18:35:44 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel#595