Filament Admin: Simple TALL CRUD in Minutes [REVIEW]

  Рет қаралды 59,077

Laravel Daily

Laravel Daily

Күн бұрын

Пікірлер
@JohnnyBigodes
@JohnnyBigodes 3 жыл бұрын
You are a man of honor... Showing direct concurrents and not saying a bad word about it requires balls of steel. Nice job...
@cardboarddignity
@cardboarddignity Ай бұрын
Not really competitors. Povilas' service provides added cost of generating models, tables and other stuff automatically. In Filament, even with these commands, you still have to create all the logic and fields on your own, yet it is faster than on vanilla Laravel. Greetings from future, btw! :)
@SMAVYT
@SMAVYT 2 жыл бұрын
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.
@SuvroImran
@SuvroImran 3 жыл бұрын
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.
@MonethiTebohoArthurnacious
@MonethiTebohoArthurnacious 3 жыл бұрын
I definitely will invest some time into reading the docs. Great video as usual. Thank you, master.
@kingstalker
@kingstalker 3 жыл бұрын
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
@skpercent
@skpercent 2 жыл бұрын
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 !
@LaravelDaily
@LaravelDaily 2 жыл бұрын
No, not planning deeper dive into filament, we have our QuickAdminPanel for it :)
@Adam-uu8dc
@Adam-uu8dc 3 жыл бұрын
I will try it out. Btw such a quality content 👍 keep up good work 😀
@israelimmanuel6515
@israelimmanuel6515 2 жыл бұрын
Thanks. Brief and to the point
@joshbarros1995
@joshbarros1995 3 жыл бұрын
At last, Filament!!! Awww yeah!!!
@HadiHasanpur
@HadiHasanpur 3 жыл бұрын
thanks i will see later. but it seems very useful for saving time!
@tatendawilson3057
@tatendawilson3057 3 жыл бұрын
Quick Admin is always quick way for me ,
@inso4606
@inso4606 2 жыл бұрын
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.
@MarkChaney
@MarkChaney 3 жыл бұрын
Im waiting on v2 before trying it out again. Its a huge update and should be out in a few weeks.
@mori181186
@mori181186 3 жыл бұрын
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.
@LaravelDaily
@LaravelDaily 3 жыл бұрын
Thanks for the support
@joaopoliceno8844
@joaopoliceno8844 Жыл бұрын
Very good.
@iammuttaqi
@iammuttaqi 3 жыл бұрын
Thank you very much sir!
@accidentowl1136
@accidentowl1136 2 жыл бұрын
Hi mate, doing v2? it's much simpler to setup now
@GergelyCsermely
@GergelyCsermely 3 жыл бұрын
Thank You.
@nomamkhan174
@nomamkhan174 2 жыл бұрын
Thank you sir.
@Voltra_
@Voltra_ 3 жыл бұрын
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
@danharrin
@danharrin 3 жыл бұрын
Join us on Discord filamentadmin.com/discord and we'll help you out :)
@MrAtomUniverse
@MrAtomUniverse 2 жыл бұрын
How do you get the table to appear on the blade file you want instead of admin panel
@ehsanmohiti3071
@ehsanmohiti3071 2 жыл бұрын
could using jetStream with filament or other adminPanels conflicts? login views or other sections?
@danharrin
@danharrin 2 жыл бұрын
No conflicts with Filament and JetStream
@projectworld8632
@projectworld8632 3 жыл бұрын
great sir
@ZigZagUdachich
@ZigZagUdachich 2 жыл бұрын
Никогда ещё не слышал столько английской речи по делу
@topbestinformation
@topbestinformation 2 жыл бұрын
How to make form field for multi select morph categories tree?
@deepkarmakar
@deepkarmakar 2 жыл бұрын
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 !!
@ahmadrio
@ahmadrio 3 жыл бұрын
terima kasih
@Niazyan
@Niazyan 2 жыл бұрын
Thank you! Please tell me which IDE you are using in this tutorial video.
@LaravelDaily
@LaravelDaily 2 жыл бұрын
Phpstorm
@Niazyan
@Niazyan 2 жыл бұрын
@@LaravelDaily Thank you for your reply! Under Mac, it looks a little different than for Windows ;-)
@yomraliahmet
@yomraliahmet 2 жыл бұрын
How can I use Admin Model instead of User Model?
@NikolaDjordjevic-ds6vn
@NikolaDjordjevic-ds6vn Жыл бұрын
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
@NikolaDjordjevic-ds6vn
@NikolaDjordjevic-ds6vn Жыл бұрын
I asked ChatGPT he doesnt know
@LaravelDaily
@LaravelDaily Жыл бұрын
Yes it's possible with relationships in filament, have you read their docs about relationships?
@thechilledcoder
@thechilledcoder Жыл бұрын
hey what program are you using to view/edit your database?
@LaravelDaily
@LaravelDaily Жыл бұрын
Tableplus
@doodelinux
@doodelinux 3 жыл бұрын
Hi Povilas, will you make another video using the version 2?
@LaravelDaily
@LaravelDaily 3 жыл бұрын
I don't think it's necessary, I don't think the basic features I've shown would be much different
@frederickosei4553
@frederickosei4553 Жыл бұрын
Awesome thank you but I will be grateful if you can help me with filament spreadsheet import and export and pdf export
@josephwright5173
@josephwright5173 3 жыл бұрын
Do you know of one of these generators that has a built in approval process for model changes using roles and or permissions
@LaravelDaily
@LaravelDaily 3 жыл бұрын
I don't think such custom process can be built-in
@enmaboya
@enmaboya 3 жыл бұрын
is there some kind of admin panel that can be used with microservices on laravel?
@LaravelDaily
@LaravelDaily 3 жыл бұрын
I don't think so. In general, microservices are not popular in Laravel community
@ehsanbagherzadegantalkhoun1479
@ehsanbagherzadegantalkhoun1479 3 жыл бұрын
Hi I'm not pretty sure about this package so i don't wanna used it for production
@JuanCarlosGuerraMalaveWar1983
@JuanCarlosGuerraMalaveWar1983 2 жыл бұрын
Hi Sir, can you help plz, i can move on from this error: Trait "Filament\Models\Concerns\IsFilamentUser" not found
@danharrin
@danharrin 2 жыл бұрын
That trait doesn't exist in v2, you'll need to follow the docs
@bitsuhaimi
@bitsuhaimi 2 жыл бұрын
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.
@LaravelDaily
@LaravelDaily 2 жыл бұрын
1. What do you mean by "self arrangement records", can you post a screenshot or example? 2. Print to PDF in what format? 3. Repeater yes it's in plans for upcoming months, now there's a huge queue of other topics.
@bitsuhaimi
@bitsuhaimi 2 жыл бұрын
@@LaravelDaily 1. self arrangement meaning that the view layout page designed freely, not as per scalfold. as of now, no coding prepared yet. 2. print to pdf = export to pdf in pdf format 3. 👌👍 waiting for it
@LaravelDaily
@LaravelDaily 2 жыл бұрын
1. Filament is not good with custom designs at the moment 2. Yes but what should be inside of that pdf?
@bitsuhaimi
@bitsuhaimi 2 жыл бұрын
@@LaravelDaily 1. what inside the pdf? hmmm... anything, custom table view maybe? 2. do u hv any preference other than filament which is quite easy for beginner to do the fast web apps development including customization? btw, i am trying to avoid using nodejs coz not able to run inside android tablet properly. (run local termux lamp without server)
@LaravelDaily
@LaravelDaily 2 жыл бұрын
That's exactly my point about PDF - it's very individual, and you would need to build it with custom PDF engine like DomPDF. For fast web apps including customization we have our own generator - www.quickadminpanel.com
@WoelerGaming
@WoelerGaming 3 жыл бұрын
Are there reasons to use this specific package over Laravel Nova (besides Nova costing money)?
@LaravelDaily
@LaravelDaily 3 жыл бұрын
There's no particular reason, it's just another new option on the market. It would be hard to compare them feature by feature, I guess by this Nova has gazilion more features, but is more complex at the same time.
@danharrin
@danharrin 3 жыл бұрын
If you're a TALL-stack user, you'll feel more comfortable writing custom components for Filament :)
@nikolaWd
@nikolaWd Жыл бұрын
can this use for real projects?
@LaravelDaily
@LaravelDaily Жыл бұрын
Yes
@koralagemadhushan9937
@koralagemadhushan9937 3 жыл бұрын
Hello what is this file icon pack
@soyadrahmankhan2869
@soyadrahmankhan2869 3 жыл бұрын
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
@LaravelDaily
@LaravelDaily 3 жыл бұрын
If I knew the future, I probably would work as a fortune teller or magician, not a developer or youtuber :)
@soyadrahmankhan2869
@soyadrahmankhan2869 3 жыл бұрын
Thanks sir for replay What are you think Laravel developer future is bright or not good..?
@ИгорьСорокин-й3ж
@ИгорьСорокин-й3ж 3 жыл бұрын
@@soyadrahmankhan2869 Ask your friends why they think so. Personally, I don't see any reason why the future of Laravel would be bad.
@soyadrahmankhan2869
@soyadrahmankhan2869 3 жыл бұрын
@@ИгорьСорокин-й3ж they tell me laravel is slow then other technology
@codewithalade5399
@codewithalade5399 3 жыл бұрын
Laravel is slow on what
Laravel TALL vs VILT Stack: Explained with Examples
12:38
Laravel Daily
Рет қаралды 15 М.
Create Admin Panel in Laravel using Filament Step by Step
18:36
Web Tech Knowledge
Рет қаралды 61 М.
Do you love Blackpink?🖤🩷
00:23
Karina
Рет қаралды 16 МЛН
ТВОИ РОДИТЕЛИ И ЧЕЛОВЕК ПАУК 😂#shorts
00:59
BATEK_OFFICIAL
Рет қаралды 6 МЛН
Laravel: Change Two Symbols to Boost Eloquent Speed
6:34
Laravel Daily
Рет қаралды 86 М.
8 Career Tips from My 25 Years as Developer
12:08
Laravel Daily
Рет қаралды 7 М.
Software as a Service Starter Kit - Wave - Tallstack theme
15:25
From Blank to Blog With Laravel in 10 Minutes
12:21
Laracasts
Рет қаралды 13 М.
The Best Form Builder for Laravel - Filament Forms
15:07
devdojo
Рет қаралды 23 М.
Laravel Eloquent: Deeper Relationships with One Query
10:37
Laravel Daily
Рет қаралды 143 М.
Laravel Octane: supercharge your Laravel applications
8:34
Aaron Francis
Рет қаралды 47 М.
The Tools I Use to Build Products in Laravel
19:00
Josh Cirre
Рет қаралды 39 М.
Laravel Dusk: painless browser automation
20:49
Aaron Francis
Рет қаралды 21 М.
Do you love Blackpink?🖤🩷
00:23
Karina
Рет қаралды 16 МЛН