laravel-livewire-tables VS filament

Compare laravel-livewire-tables vs filament and see what are their differences.

filament

A collection of beautiful full-stack components for Laravel. The perfect starting point for your next app. Using Livewire, Alpine.js and Tailwind CSS. (by filamentphp)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
laravel-livewire-tables filament
13 66
1,639 13,356
- 8.7%
9.7 10.0
13 days ago 6 days ago
PHP PHP
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

laravel-livewire-tables

Posts with mentions or reviews of laravel-livewire-tables. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-08-31.
  • The next datatable?
    2 projects | /r/laravel | 31 Aug 2022
    What do you think about rappasoft livewire datatables? link . It has some minor visual problems with bootstrap, table-striped doesnt work and in mobile responsive looks a bit weird. I think is optimized for tailwindm but overall works good
  • Best DataTable Livewire package?
    4 projects | /r/laravel | 22 Aug 2022
    More ones: - https://github.com/rappasoft/laravel-livewire-tables - https://github.com/Power-Components/livewire-powergrid
  • What do you do for your front end (curious cat here)
    6 projects | /r/laravel | 6 Aug 2022
    Livewire for tables: Best library, if you use tailwind or bootstrap
  • Packages for Laravel
    13 projects | dev.to | 30 Jun 2022
    https://github.com/jeremykenedy/laravel-logger#authentication-middleware-usage https://github.com/beyondcode/laravel-dump-server https://github.com/barryvdh/laravel-debugbar https://github.com/laravel-shift/blueprint https://github.com/spatie/laravel-backup https://github.com/spatie/laravel-permission https://github.com/spatie/laravel-activitylog https://github.com/realrashid/sweet-alert https://github.com/rappasoft/laravel-livewire-tables https://github.com/yajra/laravel-datatables https://github.com/Labs64/laravel-boilerplate https://github.com/creativetimofficial/argon-dashboard-laravel https://github.com/the-control-group/voyager https://github.com/beyondcode/laravel-er-diagram-generator
  • Laravel Livewire plugin that makes it easy to use Sortable.js
    4 projects | /r/laravel | 31 Aug 2021
    My bad I totally didn't read your readme before commenting. Nice package, if you plan on maintaining it long-term I might swap out the native one I use on my livewire tables plugin.
    4 projects | /r/laravel | 31 Aug 2021
  • Laravel Livewire Tables 1.0
    2 projects | /r/laravel | 18 Apr 2021
    is it good? I am in middle to choose livewire-datatables or laravel-livewire-tables little confused 😀
  • Can anyone help testing the upcoming release of my package?
    2 projects | /r/laravel | 14 Apr 2021
    A while back I created the package Laravel Livewire Tables and way more people used it than I ever figured would.
    2 projects | /r/laravel | 14 Apr 2021
  • I built a custom blog for myself. Let me know what you think.
    4 projects | /r/laravel | 6 Apr 2021
    So you don't think I did all this because I didn't make it open source? It wasn't meant to be an open source project, I said I built a blog for myself. If you want some open source projects, I · have · a · few.

filament

Posts with mentions or reviews of filament. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-25.
  • The power of FilamentPHP - EN
    2 projects | dev.to | 25 Mar 2024
    FilamentPHP is a full-stack web development tool, also called TALLKit, as it brings together the 4 knights of TALLStack (Tailwind, Alpine.js, Laravel, Livewire).
  • O poder do FilamentPHP
    2 projects | dev.to | 6 Feb 2024
  • Shadcn: Beautifully designed components that you can copy-paste into your apps
    15 projects | news.ycombinator.com | 12 Jan 2024
    Depending on your stack, there are quite a few options.

    Laravel:

    - https://filamentphp.com/

  • Filament v3.1: CSV Imports, table "query builder", sub-navigation and more
    3 projects | /r/laravel | 1 Dec 2023
    Hey all! We just released v3.1 of Filament. If you haven't heard of it, Filament is an open source UI framework built on top of Laravel, most often used to build admin panels.
  • Pros and cons of off-the-shelf solutions for creating a control panel
    6 projects | /r/reactjs | 13 Jul 2023
    - We want a solution that creates CRUD (create, read, update, delete) quickly and requires minimal effort. - We want to be able to create some sort of complex interface if the task requires it. - We make cool, beautiful projects, so we want a visually pleasing solution. - We want the solution to be independent of the language on the back-end, because, for example, we started with PHP, Laravel, but over time node.js, Go appeared in the stack. In short, we want fast, beautiful and custom. We've had time to poke at various off-the-shelf solutions that we've been advised. They're good, but: - they are created specifically for some frameworks / languages like laravel, node.js - they can only generate CRUDs with a rigidly defined structure, where you can't implement or customize anything of your own. - they can't be styled Here's what we've been looking at Control Panels for Laravel: https://demo.backpackforlaravel.com/admin/dashboard Not a very pretty solution in our opinion. And the promo page has nice screenshots, not the demo "well such". https://orchid.software/en/ Not particularly functional, but neatly done https://nova.laravel.com They have a beautiful, but rigidly set strutkrua, you can not create castmon interfaces, stylize them. Just do CRUD and that's it. And it's paid https://filamentphp.com/ Analog to Nova, with essentially the same problems. For node.js: https://adminjs.co Nice promo, and the demo is way behind As standalone dashboards: https://strapi.io/ Very cool, but for other purposes. It's more of an entity builder with an interface and API https://pocketbase.io/ Similarly, it's an entity builder with an interface and API https://directus.io/ This is a backend builder. https://filamentphp.com/It is purely for php, you can't customize styles, you can't create your own interfaces. It is possible to create only tables and forms by template, and we remember that we want flexibility, independence from the language and the ability to create their own interfaces and customize them https://flatlogic.com This is also more of a backend builder. Direct competitors: https://github.com/refinedev/refine https://marmelab.com/react-admin/is probably the best solution that is currently on the market, they have been developing for a long time, they are our favorite. To the disadvantages we considered the following points: quite an old project, and somewhere the technology is already outdated, unsympathetic interface, old UI libraries. Huge documentation, it’s simply to create CRUD but hard to work without immersion. After all this there is only one conclusion: you need to do it yourself....
  • Selfhosted Amazon Price Tracker
    5 projects | /r/selfhosted | 6 Jul 2023
    He seems to be using Filament.
  • Laravel Livewire v3 + Filament v3 beta will release July 20
    2 projects | /r/laravel | 27 Jun 2023
    Here are some of our plans - https://github.com/filamentphp/filament/discussions/4400
    2 projects | /r/laravel | 27 Jun 2023
    With so many other choices I only just now came across this https://filamentphp.com/
  • Have you used Nova?
    2 projects | /r/laravel | 2 May 2023
  • Starting a new delivery app project
    2 projects | /r/PHP | 24 Apr 2023
    So I originally implemented from scratch but switched over to Filament

What are some alternatives?

When comparing laravel-livewire-tables and filament you can also consider the following projects:

nova - Nova is a relational query layer over MongoDB node drivers

platform - Orchid is a @laravel package that allows for rapid application development of back-office applications, admin/user panels, and dashboards.

nova - Read and write to L1 with minimal latency and no trust tradeoffs.

livewire-tabs - Livewire component that provides you with a tabs that supports multiple tabs form while maintaining state.

CoreUI-Vue - Open source admin template based on Bootstrap 5 and Vue 3

CRUD - Build custom admin panels. Fast!

livewire-datatables - Advanced datatables using Laravel, Livewire, Tailwind CSS and Alpine JS

modal - Livewire component that provides you with a modal that supports multiple child modals while maintaining state.

laravel-admin - Build a full-featured administrative interface in ten minutes

laravel-datatables - jQuery DataTables API for Laravel

tall - A TALL (Tailwind CSS, Alpine.js, Laravel and Livewire) Preset for Laravel

blueprint - A code generation tool for Laravel developers.