Filament Custom Page Example: Invoice Preview

Поделиться
HTML-код
  • Опубликовано: 27 сен 2023
  • A pretty impressive open-source example of invoice HTML rendered inside of the Form page with Livewire.
    Source: github.com/andrewdwallo/erpsaas

Комментарии • 34

  • @gdogmalone
    @gdogmalone 3 месяца назад +1

    Wow, great example of taking filament beyond standard applications. Love the invoice preview

  • @_timestamp
    @_timestamp 10 месяцев назад +8

    This is the type of video i am super interested in 😮

  • @SuvroImran
    @SuvroImran 10 месяцев назад +3

    I was did before.
    But the entire invoice has been is really amazing in filament😊

  • @itdigger-backenddeveloper8942
    @itdigger-backenddeveloper8942 10 месяцев назад +1

    this is great video.

  • @azadehghasemi3244
    @azadehghasemi3244 6 месяцев назад

    Could you recommend a same example for v3, please.

  • @orlandoberssane4663
    @orlandoberssane4663 8 месяцев назад

    on the login screen, how do I change the background?

  • @joaopoliceno8844
    @joaopoliceno8844 8 месяцев назад

    Very good.

  • @frtrash766
    @frtrash766 8 месяцев назад

    How to install it? I'm having some issues with the routes of the project, it's giving me some 404 errors

  • @jonmason9024
    @jonmason9024 10 месяцев назад

    Can you do a video describing how you would extend Filament's login/auth/user creation methods? I'm trying to re-create an existing app in filament, and my user model has fields like, "first_name", "last_name", "role_id", etc. But the user model in Filament seems pretty tightly coupled to "name" and "email". Since this is likely the first thing a dev will try to customize when building out an application, it seems like a logical thing to have some documentation around, but I literally can't find anything online.

    • @FilamentDaily
      @FilamentDaily  10 месяцев назад

      This is our recent article about it: laraveldaily.com/post/filament-registration-form-extra-fields-choose-user-role

  • @matheusdeoliveiraandrade2996
    @matheusdeoliveiraandrade2996 10 месяцев назад

    Hello, could you explain how to add activity logs within the multitenancy on the filament? Thank you

    • @FilamentDaily
      @FilamentDaily  10 месяцев назад

      Would this package help? github.com/alexjustesen/filament-spatie-laravel-activitylog

  • @aliif
    @aliif 10 месяцев назад

    thanks

  • @DeTechDivus
    @DeTechDivus 10 месяцев назад

    Have you tried to work with route model binding between filament page and livewire component? Doesnt work for me. Example: filament page is using livewire components that should catch route model in mount method. Workaround is to pass it as prop which would work but little messy.

    • @krekas
      @krekas 10 месяцев назад

      filament page is a livewire component

    • @FilamentDaily
      @FilamentDaily  10 месяцев назад

      I don't remember doing exactly that, I use Filament custom pages (which are Livewire components) similarly like this video example.

  • @latlov
    @latlov 9 месяцев назад

    I guess this invoice preview can get done in Filament v3 as well, right?

    • @FilamentDaily
      @FilamentDaily  9 месяцев назад

      Yes that is a Filament 3 project.

  • @arturodelosangeles
    @arturodelosangeles 10 месяцев назад +1

    how do you spot the filament projects?

    • @FilamentDaily
      @FilamentDaily  10 месяцев назад +6

      Participate in the official Filament discord

  • @dalumpines.stanley
    @dalumpines.stanley 10 месяцев назад

    Helo sir, in a filament resource create page, how can i remove the default submit action cause i am using a wizard step with a submit action also ijn last step?

    • @FilamentDaily
      @FilamentDaily  10 месяцев назад

      I don't really understand: if you use Wizard according to the docs - filamentphp.com/docs/3.x/forms/layout/wizard - it doesn't have submit action, only Next button

    • @dalumpines.stanley
      @dalumpines.stanley 10 месяцев назад

      @@FilamentDaily Yes thats why i put submit action in the last step, my problem is i cant remove the default submit action so the only submit action is in the last step only

    • @FilamentDaily
      @FilamentDaily  10 месяцев назад

      @@dalumpines.stanley sorry I don't really understand what do you call the "default submit action". If you show me the source code (put it on GitHub and invite me, username PovilasKorop) then I may take a look.

    • @dalumpines.stanley
      @dalumpines.stanley 10 месяцев назад

      In a resources there is a create page then a submit button by default, now, in my create form i use a wizard and for the last step of the form i put a submit action so there is a 2 submit action the default beside the 'create and create another' and 'cancel' or the footer actions, i want the to be remove so there is only one submit button that i the last step of my wizard form.

    • @dalumpines.stanley
      @dalumpines.stanley 10 месяцев назад

      i am sorry for the confusion, sir.

  • @user-ls1hh3lw4c
    @user-ls1hh3lw4c 10 месяцев назад +4

    🎯 Key Takeaways for quick navigation:
    00:12 📋 Explore an open-source project by Andrew Waller using Filament for invoice previews.
    00:27 🌐 This project combines Filament with Livewire to create a custom invoice settings page.
    01:08 📝 The code demonstrates how to define forms, sections, and form schemas in Filament.
    01:47 🖼️ Impressive visual grouping and layout work is done in the get template section of the form.
    02:28 🛠️ The project showcases the use of Filament components and layouts for building a dynamic user interface.
    Made with HARPA AI

  • @mohamedALI-en3ic
    @mohamedALI-en3ic 10 месяцев назад

    how to run cache in filemant laravel ?

    • @FilamentDaily
      @FilamentDaily  10 месяцев назад

      Which cache, where exactly, what to cache?

  • @devkumarverma7376
    @devkumarverma7376 10 месяцев назад

    wow

  • @ercog7921
    @ercog7921 9 месяцев назад

    Symphony request class for 2k lines - hold my hat 😂