<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="/vendor/feed/atom.xsl" type="text/xsl"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-US">
                        <id>https://filamentglow.com/rss/feed</id>
                                <link href="https://filamentglow.com/rss/feed" rel="self"></link>
                                <title><![CDATA[FilamentPHP Tips and Tricks]]></title>
                    
                                <subtitle>Boost your FilamentPHP skills with helpful tips and code snippets from fellow developers in the Filament community.</subtitle>
                                                    <updated>2025-11-17T18:52:02+00:00</updated>
                        <entry>
            <title><![CDATA[Dynamic Color For Panels Per Users]]></title>
            <link rel="alternate" href="https://filamentglow.com/trick/dynamic-color-for-panels-per-users-1837d9c6" />
            <id>https://filamentglow.com/1</id>
            <author>
                <name><![CDATA[Lara Zeus]]></name>
                <email><![CDATA[wh7r.com@gmail.com]]></email>

            </author>
            <summary type="html">
                <![CDATA[let users select a color for the panel]]>
            </summary>
                                    <updated>2024-05-04T18:12:17+00:00</updated>
        </entry>
            <entry>
            <title><![CDATA[Access the current component in a render hook]]></title>
            <link rel="alternate" href="https://filamentglow.com/trick/access-the-current-component-in-a-render-hook-183810e3" />
            <id>https://filamentglow.com/2</id>
            <author>
                <name><![CDATA[Lara Zeus]]></name>
                <email><![CDATA[wh7r.com@gmail.com]]></email>

            </author>
            <summary type="html">
                <![CDATA[when you don't have access to the current resource or page, `current` for the help!]]>
            </summary>
                                    <updated>2024-05-04T18:11:44+00:00</updated>
        </entry>
            <entry>
            <title><![CDATA[Disable Breadcrumbs on specific page]]></title>
            <link rel="alternate" href="https://filamentglow.com/trick/disable-breadcrumbs-on-specific-page-18381adb" />
            <id>https://filamentglow.com/3</id>
            <author>
                <name><![CDATA[Lara Zeus]]></name>
                <email><![CDATA[wh7r.com@gmail.com]]></email>

            </author>
            <summary type="html">
                <![CDATA[you can disable breadcrumbs inside a resource class]]>
            </summary>
                                    <updated>2024-05-04T18:11:26+00:00</updated>
        </entry>
            <entry>
            <title><![CDATA[Add a locale as a url parameter on a panel]]></title>
            <link rel="alternate" href="https://filamentglow.com/trick/add-a-locale-as-a-url-parameter-on-a-panel-1838218c" />
            <id>https://filamentglow.com/4</id>
            <author>
                <name><![CDATA[Lara Zeus]]></name>
                <email><![CDATA[wh7r.com@gmail.com]]></email>

            </author>
            <summary type="html">
                <![CDATA[add locale parameter to all of your filament panel]]>
            </summary>
                                    <updated>2024-05-04T18:11:09+00:00</updated>
        </entry>
            <entry>
            <title><![CDATA[Globally Translate all Components]]></title>
            <link rel="alternate" href="https://filamentglow.com/trick/globally-translate-all-components-1838278e" />
            <id>https://filamentglow.com/5</id>
            <author>
                <name><![CDATA[Lara Zeus]]></name>
                <email><![CDATA[wh7r.com@gmail.com]]></email>

            </author>
            <summary type="html">
                <![CDATA[make all Field or any components translatable ]]>
            </summary>
                                    <updated>2024-05-04T18:10:42+00:00</updated>
        </entry>
            <entry>
            <title><![CDATA[Hide grids in chart widgets]]></title>
            <link rel="alternate" href="https://filamentglow.com/trick/hide-grids-in-chart-widgets-18382e72" />
            <id>https://filamentglow.com/6</id>
            <author>
                <name><![CDATA[Lara Zeus]]></name>
                <email><![CDATA[wh7r.com@gmail.com]]></email>

            </author>
            <summary type="html">
                <![CDATA[get cleaner looks for your widgets]]>
            </summary>
                                    <updated>2024-05-04T18:10:12+00:00</updated>
        </entry>
            <entry>
            <title><![CDATA[Add new link to the panel topbar]]></title>
            <link rel="alternate" href="https://filamentglow.com/trick/add-new-link-to-the-panel-topbar-183834a1" />
            <id>https://filamentglow.com/7</id>
            <author>
                <name><![CDATA[Lara Zeus]]></name>
                <email><![CDATA[wh7r.com@gmail.com]]></email>

            </author>
            <summary type="html">
                <![CDATA[add any link or actions to the topbar]]>
            </summary>
                                    <updated>2024-05-04T18:09:40+00:00</updated>
        </entry>
            <entry>
            <title><![CDATA[Trigger hint action on hover]]></title>
            <link rel="alternate" href="https://filamentglow.com/trick/trigger-hint-action-on-hover-18383e71" />
            <id>https://filamentglow.com/8</id>
            <author>
                <name><![CDATA[Lara Zeus]]></name>
                <email><![CDATA[wh7r.com@gmail.com]]></email>

            </author>
            <summary type="html">
                <![CDATA[toggle the visibility of an action when hover the component]]>
            </summary>
                                    <updated>2024-05-04T18:09:01+00:00</updated>
        </entry>
            <entry>
            <title><![CDATA[Use translatable for relations in select components]]></title>
            <link rel="alternate" href="https://filamentglow.com/trick/use-translatable-for-relations-in-select-components-1838467d" />
            <id>https://filamentglow.com/9</id>
            <author>
                <name><![CDATA[Lara Zeus]]></name>
                <email><![CDATA[wh7r.com@gmail.com]]></email>

            </author>
            <summary type="html">
                <![CDATA[get translatable attribute in a relationships ]]>
            </summary>
                                    <updated>2024-05-04T18:08:30+00:00</updated>
        </entry>
            <entry>
            <title><![CDATA[Add background content blur for all modal and slide overs]]></title>
            <link rel="alternate" href="https://filamentglow.com/trick/add-background-content-blur-for-all-modal-and-slide-overs-18384bb3" />
            <id>https://filamentglow.com/10</id>
            <author>
                <name><![CDATA[Lara Zeus]]></name>
                <email><![CDATA[wh7r.com@gmail.com]]></email>

            </author>
            <summary type="html">
                <![CDATA[better UI to make the content blur]]>
            </summary>
                                    <updated>2024-05-04T18:08:12+00:00</updated>
        </entry>
            <entry>
            <title><![CDATA[Sticky Actions In Forms]]></title>
            <link rel="alternate" href="https://filamentglow.com/trick/sticky-actions-in-forms-183851df" />
            <id>https://filamentglow.com/11</id>
            <author>
                <name><![CDATA[Lara Zeus]]></name>
                <email><![CDATA[wh7r.com@gmail.com]]></email>

            </author>
            <summary type="html">
                <![CDATA[Bring the sticky actions back form filament v2 ]]>
            </summary>
                                    <updated>2024-05-04T18:07:56+00:00</updated>
        </entry>
            <entry>
            <title><![CDATA[Test resources with multi tenants]]></title>
            <link rel="alternate" href="https://filamentglow.com/trick/test-resources-with-multi-tenants-183859b3" />
            <id>https://filamentglow.com/12</id>
            <author>
                <name><![CDATA[Lara Zeus]]></name>
                <email><![CDATA[wh7r.com@gmail.com]]></email>

            </author>
            <summary type="html">
                <![CDATA[A starting point for testing filamentPHP with tenant aware resources.]]>
            </summary>
                                    <updated>2024-05-04T18:07:34+00:00</updated>
        </entry>
            <entry>
            <title><![CDATA[Copied to clipboard on  suffix action]]></title>
            <link rel="alternate" href="https://filamentglow.com/trick/copied-to-clipboard-on-suffix-action-2768391d" />
            <id>https://filamentglow.com/13</id>
            <author>
                <name><![CDATA[Lalhmangaihenga]]></name>
                <email><![CDATA[valpuia604@gmail.com]]></email>

            </author>
            <summary type="html">
                <![CDATA[Custom copy action, click the icon to copy the content]]>
            </summary>
                                    <updated>2024-05-04T18:06:42+00:00</updated>
        </entry>
            <entry>
            <title><![CDATA[Global Loading Indicator]]></title>
            <link rel="alternate" href="https://filamentglow.com/trick/global-loading-indicator-d94846c4" />
            <id>https://filamentglow.com/14</id>
            <author>
                <name><![CDATA[Lara Zeus]]></name>
                <email><![CDATA[wh7r.com@gmail.com]]></email>

            </author>
            <summary type="html">
                <![CDATA[provide a loading indicator for long running operations]]>
            </summary>
                                    <updated>2024-05-04T18:04:48+00:00</updated>
        </entry>
            <entry>
            <title><![CDATA[Implementing Authorization for Creating Options]]></title>
            <link rel="alternate" href="https://filamentglow.com/trick/implementing-authorization-for-creating-options-2246c1b1" />
            <id>https://filamentglow.com/15</id>
            <author>
                <name><![CDATA[Lara Zeus]]></name>
                <email><![CDATA[wh7r.com@gmail.com]]></email>

            </author>
            <summary type="html">
                <![CDATA[How to Apply Authorization on Create Option Action for Select Field]]>
            </summary>
                                    <updated>2024-05-04T18:04:15+00:00</updated>
        </entry>
            <entry>
            <title><![CDATA[Select All Items in a Dropdown Select]]></title>
            <link rel="alternate" href="https://filamentglow.com/trick/select-all-items-in-a-dropdown-select-9b7e67bd" />
            <id>https://filamentglow.com/16</id>
            <author>
                <name><![CDATA[Lara Zeus]]></name>
                <email><![CDATA[wh7r.com@gmail.com]]></email>

            </author>
            <summary type="html">
                <![CDATA[Let Users to Select All Options with a Simple Hint Action]]>
            </summary>
                                    <updated>2024-05-04T18:03:45+00:00</updated>
        </entry>
            <entry>
            <title><![CDATA[Add a Language Switcher Under The User Menu]]></title>
            <link rel="alternate" href="https://filamentglow.com/trick/user-menu-sub-nav-3174b19d" />
            <id>https://filamentglow.com/17</id>
            <author>
                <name><![CDATA[Lara Zeus]]></name>
                <email><![CDATA[wh7r.com@gmail.com]]></email>

            </author>
            <summary type="html">
                <![CDATA[Integrate Language Switcher in User Menu for a Cleaner Top Bar]]>
            </summary>
                                    <updated>2024-05-04T18:02:20+00:00</updated>
        </entry>
            <entry>
            <title><![CDATA[New Plugins on Filament: Worth Checking Out]]></title>
            <link rel="alternate" href="https://filamentglow.com/trick/new-plugins-on-filament-april-baee9b1c" />
            <id>https://filamentglow.com/18</id>
            <author>
                <name><![CDATA[Lara Zeus]]></name>
                <email><![CDATA[wh7r.com@gmail.com]]></email>

            </author>
            <summary type="html">
                <![CDATA[Get a quick overview of the latest additions to Filament's plugin directory and see how they can level up your development projects]]>
            </summary>
                                    <updated>2024-05-04T17:58:11+00:00</updated>
        </entry>
            <entry>
            <title><![CDATA[Add tooltip to table header column macro]]></title>
            <link rel="alternate" href="https://filamentglow.com/trick/add-tooltip-to-table-header-column-macro-0ecce75a" />
            <id>https://filamentglow.com/19</id>
            <author>
                <name><![CDATA[dissto]]></name>
                <email><![CDATA[dissomania+filamentglow@gmail.com]]></email>

            </author>
            <summary type="html">
                <![CDATA[]]>
            </summary>
                                    <updated>2024-05-04T17:59:56+00:00</updated>
        </entry>
            <entry>
            <title><![CDATA[A New List of Plugins on Filament Site Worth Checking Them Out]]></title>
            <link rel="alternate" href="https://filamentglow.com/trick/another-list-of-plugins-on-filament-worth-checking-out-2cc4f9d2" />
            <id>https://filamentglow.com/21</id>
            <author>
                <name><![CDATA[Lara Zeus]]></name>
                <email><![CDATA[wh7r.com@gmail.com]]></email>

            </author>
            <summary type="html">
                <![CDATA[Get a quick overview of the latest additions to Filament's plugin directory and see how they can level up your development projects]]>
            </summary>
                                    <updated>2024-05-22T13:13:38+00:00</updated>
        </entry>
            <entry>
            <title><![CDATA[Quick Filter Above the Tables]]></title>
            <link rel="alternate" href="https://filamentglow.com/trick/quick-filter-above-the-tables-41cc323d" />
            <id>https://filamentglow.com/22</id>
            <author>
                <name><![CDATA[Lara Zeus]]></name>
                <email><![CDATA[wh7r.com@gmail.com]]></email>

            </author>
            <summary type="html">
                <![CDATA[Add a Quick links to activate table filter on FilamentPHP table]]>
            </summary>
                                    <updated>2024-05-26T09:23:20+00:00</updated>
        </entry>
            <entry>
            <title><![CDATA[Make components globally translatable]]></title>
            <link rel="alternate" href="https://filamentglow.com/trick/make-components-globally-translatable-6cd01832" />
            <id>https://filamentglow.com/23</id>
            <author>
                <name><![CDATA[CodeWithDennis]]></name>
                <email><![CDATA[personal.elsinga@gmail.com]]></email>

            </author>
            <summary type="html">
                <![CDATA[Translating components can often be a repetitive task, Fortunately, there's a neat trick to automate this process, making your components instantly translatable.]]>
            </summary>
                                    <updated>2024-05-30T11:10:13+00:00</updated>
        </entry>
            <entry>
            <title><![CDATA[Collapse Sidebar by Default in Mobile]]></title>
            <link rel="alternate" href="https://filamentglow.com/trick/collapse-sidebar-by-default-in-mobile-c502ff01" />
            <id>https://filamentglow.com/24</id>
            <author>
                <name><![CDATA[Jonathan C]]></name>
                <email><![CDATA[christmex@yahoo.com]]></email>

            </author>
            <summary type="html">
                <![CDATA[]]>
            </summary>
                                    <updated>2024-07-07T12:42:44+00:00</updated>
        </entry>
            <entry>
            <title><![CDATA[Demonstration of using a resource for multiple typical models]]></title>
            <link rel="alternate" href="https://filamentglow.com/trick/demonstration-of-using-a-resource-for-multiple-typical-models-690ea4e7" />
            <id>https://filamentglow.com/25</id>
            <author>
                <name><![CDATA[A7med khalid ]]></name>
                <email><![CDATA[ahmed1alghamdi2000@gmail.com]]></email>

            </author>
            <summary type="html">
                <![CDATA[how to use a resource with multiple models ]]>
            </summary>
                                    <updated>2024-07-07T23:20:02+00:00</updated>
        </entry>
            <entry>
            <title><![CDATA[Form Builder Pesting with Livewire Volt]]></title>
            <link rel="alternate" href="https://filamentglow.com/trick/form-builder-pesting-with-livewire-volt-da3b4b0a" />
            <id>https://filamentglow.com/26</id>
            <author>
                <name><![CDATA[Shaung Bhone]]></name>
                <email><![CDATA[phonelaayy@gmail.com]]></email>

            </author>
            <summary type="html">
                <![CDATA[I’ll guide you on how to test your Form Builder using Livewire Volt with a class-based component.]]>
            </summary>
                                    <updated>2024-07-07T12:37:11+00:00</updated>
        </entry>
            <entry>
            <title><![CDATA[Redirect the user after the logout]]></title>
            <link rel="alternate" href="https://filamentglow.com/trick/redirect-the-user-after-the-logout-7b2db61f" />
            <id>https://filamentglow.com/28</id>
            <author>
                <name><![CDATA[Lara Zeus]]></name>
                <email><![CDATA[wh7r.com@gmail.com]]></email>

            </author>
            <summary type="html">
                <![CDATA[how to redirect the user after loging out of filament app]]>
            </summary>
                                    <updated>2024-08-03T22:50:03+00:00</updated>
        </entry>
            <entry>
            <title><![CDATA[Sticky Table Row Actions]]></title>
            <link rel="alternate" href="https://filamentglow.com/trick/sticky-table-row-actions-4e3dba83" />
            <id>https://filamentglow.com/29</id>
            <author>
                <name><![CDATA[Lara Zeus]]></name>
                <email><![CDATA[wh7r.com@gmail.com]]></email>

            </author>
            <summary type="html">
                <![CDATA[how to make actions sticky in tables when you have a lot of columns]]>
            </summary>
                                    <updated>2024-08-10T21:33:23+00:00</updated>
        </entry>
            <entry>
            <title><![CDATA[Reuse action in both Table and Header]]></title>
            <link rel="alternate" href="https://filamentglow.com/trick/reuse-action-in-both-table-and-header-702ad05b" />
            <id>https://filamentglow.com/30</id>
            <author>
                <name><![CDATA[Lara Zeus]]></name>
                <email><![CDATA[wh7r.com@gmail.com]]></email>

            </author>
            <summary type="html">
                <![CDATA[how to use an action as a headerAction or as a table row action without code duplication]]>
            </summary>
                                    <updated>2024-08-17T11:08:03+00:00</updated>
        </entry>
            <entry>
            <title><![CDATA[Larament - Your Time-Saving Laravel Starter Kit]]></title>
            <link rel="alternate" href="https://filamentglow.com/trick/larament-dfbf12f5" />
            <id>https://filamentglow.com/31</id>
            <author>
                <name><![CDATA[CodeWithDennis]]></name>
                <email><![CDATA[personal.elsinga@gmail.com]]></email>

            </author>
            <summary type="html">
                <![CDATA[This time-saving starter kit provides a Laravel project with FilamentPHP already installed and configured, so you can dive straight into building without any of the initial setup headaches.]]>
            </summary>
                                    <updated>2024-09-06T15:41:49+00:00</updated>
        </entry>
            <entry>
            <title><![CDATA[Disabling the cancel button on the filament editing form]]></title>
            <link rel="alternate" href="https://filamentglow.com/trick/disabling-the-cancel-button-on-the-filament-editing-form-cd567575" />
            <id>https://filamentglow.com/32</id>
            <author>
                <name><![CDATA[Gustavo Henrique]]></name>
                <email><![CDATA[gustavogostozo8@gmail.com]]></email>

            </author>
            <summary type="html">
                <![CDATA[Usability: Knowing whether or not the record was saved.]]>
            </summary>
                                    <updated>2024-09-23T19:57:32+00:00</updated>
        </entry>
            <entry>
            <title><![CDATA[Filament form with factory data]]></title>
            <link rel="alternate" href="https://filamentglow.com/trick/filament-form-with-factory-data-a28860f6" />
            <id>https://filamentglow.com/33</id>
            <author>
                <name><![CDATA[Cristian Iosif]]></name>
                <email><![CDATA[cristianiosif@me.com]]></email>

            </author>
            <summary type="html">
                <![CDATA[Sometimes, when we need to test our application locally, we always have to fill forms manually. Let's take the Filament approach and achieve this with more accurate data.]]>
            </summary>
                                    <updated>2024-10-24T23:10:02+00:00</updated>
        </entry>
            <entry>
            <title><![CDATA[Make Filament table Headers sticky using CSS]]></title>
            <link rel="alternate" href="https://filamentglow.com/trick/make-filament-table-headers-sticky-using-css-a1a20a06" />
            <id>https://filamentglow.com/34</id>
            <author>
                <name><![CDATA[Prageeth Peiris]]></name>
                <email><![CDATA[glpspeiris@gmail.com]]></email>

            </author>
            <summary type="html">
                <![CDATA[]]>
            </summary>
                                    <updated>2024-10-25T22:09:02+00:00</updated>
        </entry>
            <entry>
            <title><![CDATA[Change the default page instead of Dashboard for Panels]]></title>
            <link rel="alternate" href="https://filamentglow.com/trick/change-the-default-page-instead-of-dashboard-for-panels-145edac4" />
            <id>https://filamentglow.com/36</id>
            <author>
                <name><![CDATA[Lara Zeus]]></name>
                <email><![CDATA[wh7r.com@gmail.com]]></email>

            </author>
            <summary type="html">
                <![CDATA[set any page like List Or view page as the main page instead of using a dashboard page in filamentPHP]]>
            </summary>
                                    <updated>2025-03-26T04:28:31+00:00</updated>
        </entry>
            <entry>
            <title><![CDATA[adding search bar for navigation groups and items]]></title>
            <link rel="alternate" href="https://filamentglow.com/trick/adding-search-bar-for-navigation-groups-and-items-d55708dc" />
            <id>https://filamentglow.com/37</id>
            <author>
                <name><![CDATA[Lara Zeus]]></name>
                <email><![CDATA[wh7r.com@gmail.com]]></email>

            </author>
            <summary type="html">
                <![CDATA[when you have a lot of resources, let your users search for what they looking for int he sidebar.]]>
            </summary>
                                    <updated>2025-03-26T22:28:14+00:00</updated>
        </entry>
            <entry>
            <title><![CDATA[Trigger an action when updating a column's state]]></title>
            <link rel="alternate" href="https://filamentglow.com/trick/trigger-an-action-when-updating-a-columns-state-39fcd4a3" />
            <id>https://filamentglow.com/38</id>
            <author>
                <name><![CDATA[Charlie Etienne]]></name>
                <email><![CDATA[ce@web-nancy.fr]]></email>

            </author>
            <summary type="html">
                <![CDATA[Using an editable column like SelectColumn or ToggleColumn, you can conditionally trigger a modal form when a certain option is selected.]]>
            </summary>
                                    <updated>2025-04-28T10:10:02+00:00</updated>
        </entry>
            <entry>
            <title><![CDATA[Implementing Row-Level Security in Filament Tables with applyRowAccessPolicy]]></title>
            <link rel="alternate" href="https://filamentglow.com/trick/implementing-row-level-security-in-filament-tables-with-applyrowaccesspolicy-30090998" />
            <id>https://filamentglow.com/39</id>
            <author>
                <name><![CDATA[André Domingues]]></name>
                <email><![CDATA[dominguesstroppa@gmail.com]]></email>

            </author>
            <summary type="html">
                <![CDATA[Learn how to implement row-level security in Filament tables using the applyRowAccessPolicy macro that filters query results based on user permissions through Laravel's policy system.]]>
            </summary>
                                    <updated>2025-05-07T13:56:36+00:00</updated>
        </entry>
            <entry>
            <title><![CDATA[Bypass required when save as draft]]></title>
            <link rel="alternate" href="https://filamentglow.com/trick/bypass-required-when-save-as-draft-76566633" />
            <id>https://filamentglow.com/40</id>
            <author>
                <name><![CDATA[Charlie Etienne]]></name>
                <email><![CDATA[ce@web-nancy.fr]]></email>

            </author>
            <summary type="html">
                <![CDATA[Unrequire fields recursively when saving as draft]]>
            </summary>
                                    <updated>2025-05-28T17:45:40+00:00</updated>
        </entry>
            <entry>
            <title><![CDATA[403 when running tests]]></title>
            <link rel="alternate" href="https://filamentglow.com/trick/403-when-running-tests-58458102" />
            <id>https://filamentglow.com/42</id>
            <author>
                <name><![CDATA[David Ebukali]]></name>
                <email><![CDATA[debukali@gmail.com]]></email>

            </author>
            <summary type="html">
                <![CDATA[Getting forbidden errors when checking for assertSuccessful or assertOk.]]>
            </summary>
                                    <updated>2025-11-17T18:51:02+00:00</updated>
        </entry>
            <entry>
            <title><![CDATA[Filament php 4 Language switcher]]></title>
            <link rel="alternate" href="https://filamentglow.com/trick/filament-php-4-language-switcher-79783762" />
            <id>https://filamentglow.com/43</id>
            <author>
                <name><![CDATA[Arthur Boyko]]></name>
                <email><![CDATA[homam600i@gmail.com]]></email>

            </author>
            <summary type="html">
                <![CDATA[Add language buttons as theme switcher]]>
            </summary>
                                    <updated>2025-11-17T18:52:02+00:00</updated>
        </entry>
    </feed>
