Wanna Start with Filament? Quick 5-Minute Demo.

Поділитися
Вставка
  • Опубліковано 26 тра 2024
  • This is a demonstration of Filament capabilities for those who haven't tried. It's really easy to start!
    My second channel "Filament Daily": / @filamentdaily
    Our Filament Examples library: filamentexamples.com/
    - - - - -
    Support the channel by checking out my products:
    - My Laravel courses: laraveldaily.com/courses
    - Filament examples: filamentexamples.com
    - Livewire Kit Components: livewirekit.com
    - - - - -
    Other places to follow:
    - My weekly Laravel newsletter: us11.campaign-archive.com/hom...
    - My personal Twitter: / povilaskorop
  • Навчання та стиль

КОМЕНТАРІ • 64

  • @Code_Capital
    @Code_Capital 12 днів тому +1

    Thank you for the easy & concise intro 👍

  • @shahsawoodshinwari
    @shahsawoodshinwari Місяць тому +7

    Actually I haven't tried yet, but it seems really amy, I must try

  • @ggoparent
    @ggoparent Місяць тому +3

    Filament is the perfect complement to Livewire, no need to worry about Javascript, now with Filament Form Build and Actions, no need to worry about HTML/Styling code.
    Unless there is a very custom need and every element of Filament always has a custom element that can use a blade view to add any custom HTML code to it.

  • @martins-ecke
    @martins-ecke Місяць тому +5

    I'm really on the fence with filament. I recently started a bigger project that will be with me for at least 10 years and really could use the help of filament but I'm also too scared to find myself in a bad situation with another mayor update in the future.
    I do see the benefits and absolutely would love to use it. But I also remember, that the update from the previous version to the current one meant a lot of work across the application. Once you decide to rely on a big package like this one, you're kind of stuck on a specific Laravel version as long as there (1.) isn't a compatible filament version and
    (2.) you didn't ship in the work to update your app.

    • @LaravelDaily
      @LaravelDaily  Місяць тому +4

      It's a tradeoff, yes, but same with Laravel and any package, no guarantee that in the future the updates would be easy.
      Not sure what else Filament creators can do to "convince" you to trust them.

  • @manjilsthapit6282
    @manjilsthapit6282 Місяць тому +4

    Good to see laravel getting on the same page as django

    • @drugoviic
      @drugoviic Місяць тому +1

      a few pages ahead you mean

  • @aleismasanchez
    @aleismasanchez Місяць тому +1

    My experience. I love Filament. I have a production project running on Laravel 9 and Filament 2. A lot a new features are available in Filament 3, but when we decided to upgrade the project it was not possible. We need to decide if we continue on Laravel 2 and making our own custom code or start over in Filament 3.

  • @HieuNguyen-pm9uf
    @HieuNguyen-pm9uf Місяць тому

    Cool ! I really should try this . Thanks, sir

  • @meti6445
    @meti6445 Місяць тому

    Thanks, seems so awsome❤

  • @raj-kal
    @raj-kal Місяць тому

    great. I will use filament in my next project. thanks f or the nice demo

  • @user-nw6kj9pk8f
    @user-nw6kj9pk8f Місяць тому +2

    Error: in using Repeater for relations hasmany , in edit it shows only first record

    • @LaravelDaily
      @LaravelDaily  Місяць тому

      Sorry it's hard to comment and debug your issue in a comment, without looking at the code.

  • @TheMarcelitto
    @TheMarcelitto Місяць тому

    Wow!

  • @ajzack983
    @ajzack983 19 днів тому

    hey Povilas, I have worked with Laravel Nova, is it safe to say that filament is a laravel nova alternative with possibility to add the features to your app views not only admin dashboard ?

  • @FrankFrank
    @FrankFrank Місяць тому

    thanks for making this videos, what do you think between Filament and Laravel Nova in terms of development complexity, time and flexibility for build mid-size project?

    • @LaravelDaily
      @LaravelDaily  Місяць тому

      I haven't used Nova in production so can't compare. But search on Reddit there were a few posts with many comments

  • @carterdee7084
    @carterdee7084 Місяць тому

    Can i use my already existing login form/route instead of the one filament registered?

    • @LaravelDaily
      @LaravelDaily  Місяць тому

      You can technically, but that would require some custom work to make it function properly.

  • @FadiChaalab
    @FadiChaalab Місяць тому

    Love your content, could you please make a video about Laravel waf and how you secure the project from routing to accessing files within the server.
    Have a beautiful day ❤️

    • @LaravelDaily
      @LaravelDaily  Місяць тому

      I haven't used a waf in Laravel so can't make a video about it

    • @FadiChaalab
      @FadiChaalab Місяць тому

      @@LaravelDaily Thank you anyway, keep the good content ❤️

  • @laikmoshwa1028
    @laikmoshwa1028 Місяць тому

    I wasn’t aware of filament and ended up buying nova, does nova provide something filament doesn’t?

    • @LaravelDaily
      @LaravelDaily  Місяць тому +1

      They are comparable but different stack, search on Reddit filament vs nova, there are a lot of discussions with pros and cons.

  • @akinoreh
    @akinoreh Місяць тому +1

    This might be just me, but I intentionally try to stay away from Filament. It is a new DSL. If I can, I rather learn things that I can transfer across domains. It might be good for quickly putting together a MVP, but I doubt its customizability.
    Also, I'm a Laravel novice, so there's that.

  • @ryanvelbon
    @ryanvelbon Місяць тому

    I love Filament and all but how cool would it be if there was something similar but built with Vue.js or React and allows for CSR instead of SSR? I mean, anything behind a login screen doesn't need SEO so seems like an unnecessary load on the server.

    • @ryanvelbon
      @ryanvelbon Місяць тому

      *similar and open-source (hence not Nova)

    • @LaravelDaily
      @LaravelDaily  Місяць тому +2

      You can always be the first to do it! :)

    • @ryanvelbon
      @ryanvelbon Місяць тому

      @@LaravelDaily I'll leave it to developers smarter than me to figure this one out :)

  • @TheToyo212
    @TheToyo212 Місяць тому

    Is it only for administrating tables or can you generate public views with it also?

    • @LaravelDaily
      @LaravelDaily  Місяць тому +1

      You can have public views as Livewire components, yes

  • @carlosmarian
    @carlosmarian Місяць тому

    Do you have an example of laravel filament and Sql Server?

    • @LaravelDaily
      @LaravelDaily  Місяць тому +1

      No I don't use SQL server, sorry

  • @minma02262
    @minma02262 Місяць тому

    Is the TALL stack mandatory to use Filament? If I dont use alphine or livewire, I can't use Filament?

    • @LaravelDaily
      @LaravelDaily  Місяць тому +2

      You can use Filament as a separate adminpanel, and continue the main page with whatever other technology you want.
      But inside Filament yes, it's TALL stack. Technically you don't need Livewire/Alpine knowledge to use Filament, but if you get to more complex customizations, then you'll need those.

    • @minma02262
      @minma02262 Місяць тому

      @@LaravelDaily Noted. Thank you for the reply

  • @forsearch-uu9oc
    @forsearch-uu9oc Місяць тому

    good

  • @zainamin8209
    @zainamin8209 Місяць тому

    Thank you for sharing. Please try to make a video for deploy Laravel with filament on server, most developer not know and they use apache server.

    • @LaravelDaily
      @LaravelDaily  Місяць тому

      I don't use Apache myself, I use Nginx, so can't shoot a video about Apache, sorry

    • @zainamin8209
      @zainamin8209 Місяць тому

      @@LaravelDaily I mean most developer use apache server. Please make a video on nginx with Laravel & filament

    • @LaravelDaily
      @LaravelDaily  Місяць тому

      I don't think there's anything specific needed for filament, to be honest. It's a typical Laravel project.
      Which part of deployment is tricky to you?
      Also, from what I know, most developers use nginx and not apache

  • @Anonymous-qx5uk
    @Anonymous-qx5uk Місяць тому

    How does Filament compare to Laravel Nova?

    • @LaravelDaily
      @LaravelDaily  Місяць тому +2

      Well, the biggest difference for people is free vs paid product.
      Then, the stack is different: Filament is TALL, Nova is VILT.
      Finally, in terms of flexibility and ease of use, people on Reddit recently preferred Filament: www.reddit.com/r/laravel/comments/17xhoyl/what_can_filament_do_more_than_nova/

  • @janisbarons2304
    @janisbarons2304 Місяць тому

    please make some video about customizing styles, for example, I want buttons with less pading or compact table. and different colors.

    • @LaravelDaily
      @LaravelDaily  Місяць тому

      I have quite a lot of such videos on my FilamentDaily channel. Also a lot of it is in the docs.

    • @aleismasanchez
      @aleismasanchez Місяць тому

      It would be nice to have compact tables.

  • @Mr.Error__
    @Mr.Error__ Місяць тому

    Why I always feel thats Filamentphp is slow compared with other laravel stacks , is this also existing in real server hosting or maybe my pc is less efficiency to load filament

    • @LaravelDaily
      @LaravelDaily  Місяць тому

      Do you have any calculations to prove it's slow? What exactly is slow? If you provide videos or console measurements, I could try to explain or debug.

    • @Mr.Error__
      @Mr.Error__ Місяць тому

      @@LaravelDaily
      A simple example: When I click on a button, a loading pattern appears, even if it appears for a short time, but it appears... Also, moving from page to page takes some time. Why? I think loading css and js files every time might be the reason for this? Is using filament considered practical in large real projects? I would like an answer please

    • @LaravelDaily
      @LaravelDaily  Місяць тому

      That "takes some time" is really hard to measure, maybe it's your local situation?
      I've heard the idea that Livewire is bad for performance on bigger projects but yet to experience it myself

    • @NOPE96
      @NOPE96 Місяць тому

      ​@@Mr.Error__ The loading indicator just provides visual feedback for the processing state obviously. And depending on what the DB runs on, e.g. virtual machine, locally hosted, or whatever and of course the complexity and load of data, it can load more or less. Try the Laravel Debugbar and check the requests, resources etc. and maybe you'll be able to find out why it's taking so "long".
      But if it's just the loading itself that annoys you, you're better off with a SPA and self regulated / accumulated requests that don't split up as much.

  • @SXsoft99
    @SXsoft99 Місяць тому

    fillament charges a lot of money for plugins that can be done pretty fast

    • @LaravelDaily
      @LaravelDaily  Місяць тому +2

      I don't see a problem here: if you know how to do something pretty fast, then do it yourself and don't pay for the plugins :)

    • @SXsoft99
      @SXsoft99 Місяць тому

      @@LaravelDaily do you feel the laravel ecosystem has gotten a bit spoiled for choice lately? many plugins, many ways of doing the same thing basically with different level of flexibility. But for new people they might be like "what am i supossed to learn"

    • @NOPE96
      @NOPE96 Місяць тому +2

      This will change as the plugin base grows. But apart from that it's single payments as from what I've seen. So as long as we don't get subscription based plugins, I am totally fine with it, as long as the plugins are reasonably priced. (Remember est. worktime * hourly pay >= plugin price ? Worth it!)

    • @LaravelDaily
      @LaravelDaily  Місяць тому +1

      Personally, I prefer many options over one option.
      For new people, I'm trying to shoot videos to un-confuse them :)

  • @habib08m
    @habib08m Місяць тому

    Is it free?

  • @andrews4379
    @andrews4379 Місяць тому

    Using blade in 2024.. facepalm