Filament: Choose Right Namespace for Action Class

Поділитися
Вставка
  • Опубліковано 29 жов 2024

КОМЕНТАРІ • 11

  • @exikoz
    @exikoz Рік тому +1

    Thank you for making it clear for us learners!

  • @pedroaltomar2380
    @pedroaltomar2380 Рік тому +2

    If you have more than one type of Action on the same Resource Page, e.g. Table Action and Infolist Action, you can create an alias for one of them. Like this:
    use Filament\Tables\Actions\Action;
    use Filament\Infolists\Components\Actions\Action as InfolistAction;
    so for the Infolist, you would write:
    InfolistAction::make('example')

  • @iamjohndevx
    @iamjohndevx Рік тому

    Hello, Good day Sir Povilas, I just want to know how to create a repeater with a dropdown select. If the value from the dropdown select in the other repeater cannot be selected in the new repeater field.
    Thank you.

    • @FilamentDaily
      @FilamentDaily  Рік тому +1

      We have an article exactly with this example: laraveldaily.com/post/filament-custom-page-example-with-repeater

    • @iamjohndevx
      @iamjohndevx Рік тому

      @@FilamentDaily Thank you so much ❤️😇

  • @dalumpines.stanley
    @dalumpines.stanley Рік тому

    Sir how can i restrict one user role to a panel. Somthing like, role a is only for panel a and role b is only for panel b?

    • @FilamentDaily
      @FilamentDaily  Рік тому

      I guess this video would help: ua-cam.com/video/gJacrxk7v4E/v-deo.html