Filament Admin: Simple TALL CRUD in Minutes [REVIEW]

Filament Admin: Simple TALL CRUD in Minutes [REVIEW]

Laravel Daily

2 года назад

57,076 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@joaopoliceno8844
@joaopoliceno8844 - 01.12.2023 03:11

Very good.

Ответить
@NikolaDjordjevic-ds6vn
@NikolaDjordjevic-ds6vn - 10.03.2023 14:13

Hello, I have a question can we display data from other resource in other resource for example, models [clients, posts] in ClientResource we wont display only title of post? Please help

Ответить
@frederickosei4553
@frederickosei4553 - 28.02.2023 00:31

Awesome thank you but I will be grateful if you can help me with filament spreadsheet import and export and pdf export

Ответить
@nikolaWd
@nikolaWd - 10.02.2023 22:46

can this use for real projects?

Ответить
@carlozero
@carlozero - 15.12.2022 12:33

hey what program are you using to view/edit your database?

Ответить
@nomamkhan174
@nomamkhan174 - 19.09.2022 22:30

Thank you sir.

Ответить
@yomraliahmet
@yomraliahmet - 08.08.2022 12:47

How can I use Admin Model instead of User Model?

Ответить
@ZigZagUdachich
@ZigZagUdachich - 18.07.2022 07:25

Никогда ещё не слышал столько английской речи по делу

Ответить
@bitsuhaimi
@bitsuhaimi - 01.07.2022 14:33

May I request a video for

1. creating filament custom page view with self arrangement records? (if possible, add a print to pdf function as well)

2. creating filament resource page using repeater.

Thank you.

Ответить
@deepkarmakar
@deepkarmakar - 10.06.2022 20:44

The only question I have for this admin package is that how customisable is this. In one of my Laravel projects, i need to render a full data table inside a form in the admin area. That was a requirement. Which is obviously wierd !!

Ответить
@SMAVYT
@SMAVYT - 19.03.2022 14:41

Using Filament 2.0 now. Thanks for the tutorial. I was a little unsure of how to get started with this package and you really helped.

Ответить
@MrAtomUniverse
@MrAtomUniverse - 07.03.2022 08:26

How do you get the table to appear on the blade file you want instead of admin panel

Ответить
@accidentowl1136
@accidentowl1136 - 07.03.2022 07:15

Hi mate, doing v2? it's much simpler to setup now

Ответить
@inso4606
@inso4606 - 13.02.2022 10:49

I think quickadminpanel is great for small projects.For biggest - I should refactor the almost whole logic. I have mine custom code generator like quickadminpanel and if need something small I use it - for portfolio in example. But in big projects I prefer to use tools just like Filament Admin. I like Laravel Nova, but Laravel Nova is paid product.

Ответить
@JuanCarlosGuerraMalaveWar1983
@JuanCarlosGuerraMalaveWar1983 - 10.02.2022 16:52

Hi Sir, can you help plz, i can move on from this error: Trait "Filament\Models\Concerns\IsFilamentUser" not found

Ответить
@Niazyan
@Niazyan - 09.02.2022 20:41

Thank you! Please tell me which IDE you are using in this tutorial video.

Ответить
@topbestinformation
@topbestinformation - 01.02.2022 21:58

How to make form field for multi select morph categories tree?

Ответить
@ehsanmohiti3071
@ehsanmohiti3071 - 23.01.2022 18:03

could using jetStream with filament or other adminPanels conflicts? login views or other sections?

Ответить
@israelimmanuel6515
@israelimmanuel6515 - 18.01.2022 16:05

Thanks. Brief and to the point

Ответить
@skpercent
@skpercent - 07.01.2022 17:03

Hello Sir. I saw almost all your videos and i learn more from you. This video is absolutely perfect.
I would like to ask you if you can and you have time to make more videos tutorial about filament. Anyway thanks in advance and keep doing the great job !

Ответить
@doodelinux
@doodelinux - 24.11.2021 15:37

Hi Povilas, will you make another video using the version 2?

Ответить
@josuebarros5727
@josuebarros5727 - 20.11.2021 21:37

At last, Filament!!! Awww yeah!!!

Ответить
@ehsanbagherzadegantalkhoun1479
@ehsanbagherzadegantalkhoun1479 - 18.11.2021 03:54

Hi I'm not pretty sure about this package so i don't wanna used it for production

Ответить
@iammuttaqi
@iammuttaqi - 17.11.2021 18:05

Thank you very much sir!

Ответить
@0xphoenyx0
@0xphoenyx0 - 17.11.2021 12:46

Let me shine a light on some downsides I found while using Filament in my previous projects:
1) Because this tool relies heavily on Livewire, the view code is pretty messy. It becomes a problem when you start adding custom elements on Filament-generated pages;
2) There is a way to override existing action handlers or add custom ones using hook methods (like “beforeAction” or “afterAction”), but not all of them are documented well or even mentioned in the documentation;
3) Yes, there are some issues with the documentation. Mainly, features are simply absent from the docs, but I had a case when a feature wasn’t working in the way it was documented;
4) There are plenty of bugs in the code. You may encounter no problems at all as long as you’re using Filament for some basic CRUDs, but when a more complex logic comes into play (relation management or custom hooks for example), a probability of meeting a bug increases;
All in all, despite the problems mentioned above, I really like Filament and I do hope these problems will be fixed in v2.

Ответить
@enmaboya
@enmaboya - 17.11.2021 00:49

is there some kind of admin panel that can be used with microservices on laravel?

Ответить
@tatendawilson3057
@tatendawilson3057 - 16.11.2021 19:20

Quick Admin is always quick way for me ,

Ответить
@kingstalker
@kingstalker - 16.11.2021 19:12

So today I tried for the first time setting up a Cron job for scheduling I had no idee what I was doing but I found a guide and manage to come right it would be very nice if you can make a video on the proper way to do it and maybe for other people and myself to show us how to set it up and how to test it

Ответить
@SuvroImran
@SuvroImran - 16.11.2021 18:13

I just say wow. Definitely, I will try this out. Before I was tried the Quick admin panel that was a great tool too. Thank you so much for the direct point.

Ответить
@mori181186
@mori181186 - 16.11.2021 15:12

The big problem of this things is the new layers. The big differnce between this Filament and your Quickadminpanel is, Quickadminpanel will not create a new layer. After creating, you get a standard Laravel Code. In Filament you get new Layers, and there is the big problem. This is why i prefer your Quickadminpanel.

Ответить
@Voltra_
@Voltra_ - 16.11.2021 14:41

I was very interested in Filament but I had a nasty bug where it would complain it couldn't find filament's installed version. I kinda wanted to make a basic CMS for laravel using it, maybe it's changed now and I'll be able to use it

Ответить
@FISS007
@FISS007 - 16.11.2021 13:35

There is one questuon that's burning my lips right now. How are you able to overcome mysql DDL transaction auto commit when deploying migrations ?
Let's say that a migration is consisted of 10 DDL commands, and for some reason, the 7th one fails, when you check your mysql db you'll find that the first 6 commands have been applied and have not been rolled back, which is extremely dangerous, especially if it happens on a production server.
Thanks for your content (i'm not a laravel developper, i'm a .net/EF developper but i like keeping an eye on what's going on elsewhere :))

Ответить
@projectworld8632
@projectworld8632 - 16.11.2021 13:06

great sir

Ответить
@josephwright5173
@josephwright5173 - 16.11.2021 12:35

Do you know of one of these generators that has a built in approval process for model changes using roles and or permissions

Ответить
@JohnnyBigodes
@JohnnyBigodes - 16.11.2021 11:30

You are a man of honor... Showing direct concurrents and not saying a bad word about it requires balls of steel. Nice job...

Ответить
@Adam-uu8dc
@Adam-uu8dc - 16.11.2021 11:22

I will try it out. Btw such a quality content 👍 keep up good work 😀

Ответить
@WoelerGaming
@WoelerGaming - 16.11.2021 11:14

Are there reasons to use this specific package over Laravel Nova (besides Nova costing money)?

Ответить
@HadiHasanpur
@HadiHasanpur - 16.11.2021 11:13

thanks i will see later. but it seems very useful for saving time!

Ответить
@koralagemadhushan9937
@koralagemadhushan9937 - 16.11.2021 11:05

Hello what is this file icon pack

Ответить
@soyadrahmankhan2869
@soyadrahmankhan2869 - 16.11.2021 09:48

Sir I am a big fan of you from bangladesh
Please tell me some information
what is the future of laravel and laravel developer..?
last 3 years i work with laravel but many of my friend told me that future of laravel is very bad.
so as a developer i wanted to know the furute.

thanks sir

Ответить
@ahmadrio
@ahmadrio - 16.11.2021 09:35

terima kasih

Ответить
@MarkChaney
@MarkChaney - 16.11.2021 09:29

Im waiting on v2 before trying it out again. Its a huge update and should be out in a few weeks.

Ответить
@GergelyCsermely
@GergelyCsermely - 16.11.2021 09:12

Thank You.

Ответить
@MonethiTebohoArthurnacious
@MonethiTebohoArthurnacious - 16.11.2021 09:10

I definitely will invest some time into reading the docs. Great video as usual. Thank you, master.

Ответить