Filament: Global Settings with configureUsing()

If you want to change how some column or field behaves globally in Filament, you can do it in the AppServiceProvider of Laravel. Let me show you.
More Filament examples on our website: filamentexamples.com

Пікірлер: 12

  • @dharenbernardo
    @dharenbernardoАй бұрын

    is there a way to configureUsing the delete and detach actions modal heading and description?

  • @FilamentDaily

    @FilamentDaily

    Ай бұрын

    Not sure, to be honest, haven't tried. But you can dive into the source and find where those actions are, and try the same approach with configureUsing().

  • @uncle_ebene
    @uncle_ebeneАй бұрын

    Is it possible to change the label of the create button to submit

  • @FilamentDaily

    @FilamentDaily

    Ай бұрын

    Should be possible, in the same manner: CreateAction::configureUsing() ... ->label('Submit') Have you tried?

  • @rafablum
    @rafablumАй бұрын

    Can anyone test and verify the problem that the FILAMENT is generating. I installed Laravel 11, from scratch and following the Filament 3.0 doc, when making the command composer require filament/filament:"^3.2" -W GENERATING A PROBLEM. Your requirements could not be resolved to an installable set of packages. Problem 1 - illuminate/console[v10.0.0, ..., v10.48.10] require nunomaduro/termwind ^1.13 -> found nunomaduro/termwind[v1.13.0, ..., v1.15.1] but these were not loaded, likely because it conflicts with another require. - filament/filament v3.2.0 requires illuminate/console ^10.0 -> satisfiable by illuminate/console[v10.0.0, ..., v10.48.10]. - Root composer.json requires filament/filament 3.2 -> satisfiable by filament/filament[v3.2.0]. The solution I found and the FILAMENT website doesn't work are the commands below. composer require filament/filament -W or composer require filament/filament="3.2.57" -W

  • @FilamentDaily

    @FilamentDaily

    Ай бұрын

    I installed Filament just yesterday with the default command and it worked for me. So not sure what is happening on your end.

  • @evanceodhiambo9378
    @evanceodhiambo9378Ай бұрын

    Great Sir.Would you kindly explain why forcing https in production disables spa functionality in filament

  • @krekas

    @krekas

    Ай бұрын

    It shouldn't. Might be some misconfiguration on your end

  • @evanceodhiambo9378

    @evanceodhiambo9378

    Ай бұрын

    @@krekas could it be in web server config or filament

  • @krekas

    @krekas

    Ай бұрын

    @@evanceodhiambo9378 my guess server

  • @discoverlance

    @discoverlance

    Ай бұрын

    Were you able to isolate the cause of the issue as the https you enabled? Have you tried not using https and spa worked?

  • @evanceodhiambo9378

    @evanceodhiambo9378

    Ай бұрын

    @@discoverlance Am having an api six gateway url thats where the site is accessible from.Then from there, the api six gateway routes the requests to my service which is now located in a different server