Filament: FileUpload Layout Horizontal Grid

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

КОМЕНТАРІ • 19

  • @Tunerini
    @Tunerini 18 днів тому

    This is exactly what I have been looking for. Thank you.

  • @pcgamer5826
    @pcgamer5826 24 дні тому

    Very nice

  • @hammadzafar2674
    @hammadzafar2674 24 дні тому +1

    Some guide required for upgrading filament version in production server, what steps to take?

  • @hshxy
    @hshxy 25 днів тому +2

    How do you create a calendar, with to do tasks for specific dates? Using filament

  • @Maystro_eg
    @Maystro_eg 25 днів тому

    Like it - filament is powerful and needs more documentation

  • @tahinuralam
    @tahinuralam 25 днів тому

    Dear sir how to fixed or sticky the right side section on scrolling

  • @rafablum
    @rafablum 22 дні тому

    Is there a way in filament itself to automatically remove the old one when updating an image? I am currently coding in the after or before methods of the resource.

  • @PabloZagni
    @PabloZagni 25 днів тому +1

    I see FileUpload great for uploading images, but what about other types of files? Like PDFs ... is there a nice Uploader with preview? and a way to download the PDF. Should I use a TextField? not very nice... Thanks!

    • @FilamentDaily
      @FilamentDaily  24 дні тому +2

      I think FileUpload is used for PDFs, too. Not sure about preview, haven't done that personally.

  • @mahasiswago
    @mahasiswago 10 днів тому

    Hello friends, I'm learning to make a Laravel application using Jetstream (user) and Filament (admin).
    Why doesn't the image sent by (user) appear in the Filament (admin) edit table?
    Can anyone help me here? thank you, god bless.🙏

  • @pauloclara4764
    @pauloclara4764 20 днів тому

    Hello, I created a table widgets with a table with global filters and it gives this error...
    "Typed property Filament\Widgets\TableWidget::$table must not be accessed before initialization"
    can you hell me ?

    • @FilamentDaily
      @FilamentDaily  20 днів тому

      Impossible to quickly help without debugging, sorry.

  • @PabloZagni
    @PabloZagni 25 днів тому

    SpatieMediaLibraryFileUpload? I thought FileUpload is the only one to use... Is this class inherited from FileUpload? Can you show another examples next time? Thanks!

    • @krekas
      @krekas 25 днів тому +3

      is an official plugin for the spatie medialibrary package

  • @stojankukrika7242
    @stojankukrika7242 25 днів тому

    Can you make some video or text me how to show an uploaded image on the edit form. For example, in the create the form I put an image, that image was stored in S3 but on the edit form it didn't show up, it shows like the image does not exist. Image is a varchar value in the database and stores only the file name not the full image path.

    • @krekas
      @krekas 25 днів тому

      if you are using s3 then it's not filament problem or even laravel. it's your setup problem. if you would check console I'm 99% sure you will see cors errors

    • @stojankukrika7242
      @stojankukrika7242 25 днів тому

      @@krekas I do not see any errors in the console. Only I see that for some reason get this: $form->getRecord() gets the object without full URL to the image, even has accessor that sets full image URL, if dd $form->getRecord()->getImageAttribute() then get the full path to the image.

    • @FilamentDaily
      @FilamentDaily  24 дні тому

      I remember someone complaining about that exact thing that images from s3 don't show, and I remember that it was indeed something with how s3 was setup (permissions maybe?) but I don't remember exactly what was the solution, sorry

  • @ricko13
    @ricko13 25 днів тому

    like