I truly appreciate the content you've provided so far. I've noticed there's a gap in advanced Filament tutorials on RUclips. It would be incredibly beneficial if you could delve into topics like crafting custom components, plugin development, and understanding the deeper interactions between Filament and databases. Your expertise would be invaluable for these advanced subjects. Kindly consider it. Thank you!"
Thank you so much. I'm definitely going to work my way up with filament content just as I do with any other topic. I don't want people to complain later on that I didn't cover the basics. We're going deeper an deeper :)
that the first video i see for you but it won't be last video😍😍😍😍😍 i love this tutorial it help me and cover alot to me i can cover the other things alone
Great Job really this the most useful tutorial I ever watched for filament but I have a question In the order form how did filament knows that the data coming from repeater part going to be saved in another table ? did I mess something from the tutorial 😅😅?
you're explain in migration is very clear. easy to understand. Could u please make video about only mysql query? it may help for who is new to coding before they go to laravel video (include me too xD).
Haha! Thank you so much. I have a complete Udemy course available for this: www.udemy.com/course/mastering-laravel-10-query-builder-eloquent-relationships/?referralCode=C784C3DB5B8925207FCB
Thanks for another great video lesson from Dary. After watching your video " deploy laravel app with Filezila on control panel" I have spent almost five days it did not work. It took another five days to learn github and get another vps server from Hostinger to deploy laravel app. But I couldn't able to connect the Media file. I watched this video carefully, but I haven't seen any images loaded.
Thanks Dary, for this awesome tutorial, I would to ask for two things: 1- The image is not showing for in the table and in the edit form. 2- If we place an order, and we would like to reduce the product quantity by the quantity sold, how to do that? Thanks again, and keep up the good videos.
Hi I had the same problem as you as with the image upload. After adding :8000 to the APPURL in .env I ran "php artisan storage:link " which worked for me
Thank you for sharing the video. I have a question about how to make my filamentPHP website faster, similar to yours. My website's panel is quite slow when I try to add a user or click on a link. It takes around 2 or 3 seconds to open. How can I speed it up?
Hey, loving the content keep up the great work, quick question I was running through your tutorial and it got me thinking can you build a twitter type layout using filament? I've been doing some research but not sure how you would implement filament to show all tweets of the people you follow and how to add tweets etc and it shows up on the UI, most videos are showing filament as a backend admin panel, do you think it could be used for a frontend facing app? With Auth as normal like twitter. Thanks again
First Thank you sir, In your video the VSCode help you writing the codes auto-complete Like when you start write ->log the program start to give you options like login or any function , I hope you get me😅 In my vscode does not do that Is there any extention for that you are using?
how to make an editable Status(ex: published,pending,cancelled) using select in table(outside edit page)? basically it can edit Status inside or outside edit page
I thnik the total price of oreder needs to be calculated since we have two product type based on which shipping price is included or not so we have to calculate the total price right?? I thnik its mandatory to know how much the customer should pay in total including its product type How can we do that??
I switched from Nova to Filament this year. Why? Because Filament is free for everyone to use and improve. People add new things to it every day, and there are many tools made for it. Nova, on the other hand, costs money every year for update. And there aren't as many helpers or guides for it. But for Filament, you can find many easy lessons on RUclips. It already has everything basic you'd need.
Many thanks for this tutorial. I really like Filament and have become a fan. However. can you advise if it's possible to import a translation into $navigationGroup and $navigationLabel? I can find a lot about Filament translations but haven't found (yet) how to do this or even if it's possible -- I would be surprised if it wasn't. So what I'm looking for is protected static ?string $navigationLabel = __('forms.products'); which it doesn't like, rather than typing in a static string.
Hello. I have tried to do your project but I always get this ad when I install filament. Installation failed, reverting ./composer.json and ./composer.lock to their original content. What will it be? composer is with the latest update.
Two Things I have found so far that some others may also run into. 1) On windows the drop down select menu is white instead of dark, making the text not able to be seen. Add ->native(false) to the Select. 2) I received an error when trying to edit the description of a product, saying the Name and slug has to be unique and they were already used. Seems like a strange flaw in filament, but they say it is a default in laravel, so they kept it the same. The solution is to use ->unique(ignoreRecord: true). Hope it helps someone.
Hi Dary. Please I am following your tutotial and followed as instructed for the product section but I keep getting this error : SQLSTATE[HY000]: General error: 1364 Field 'brand_id' doesn't have a default value
I don't think you can find it on Udemy Business unless it's the same. I never configured anything for it, I think. www.udemy.com/course/mastering-laravel-10-query-builder-eloquent-relationships/?referralCode=C784C3DB5B8925207FCB
@@codewithdary I saw that course, but I had business udemy account in which I don't see the above course. What course you would recommend in business udemy instead ?
Hi there, this video is amazing can you please let me now how can i used the hooks for styling the filament sidbar .fi-sidebar { @apply bg-gray-50 dark:bg-gray-950; } how can i add it
🎉 Get 10% Discount on Hostinger 🎉
Use code CODEWITHDARY to get 10% discount on ANY Hosting plan!!
www.hostinger.com/dary
Amazing! You have served everything on one plate. It will help me a lot. Thank you for making such knowledgeable videos.❤
I'm happy that I could help :D
Great throw. Next? Livewire 3? 🎉🎉🎉🎉
Thank you! I got one single video coming soon and then Livewire v3!!
❤❤❤❤ wait for it
Eagerly waiting for it.❤️
Thanks alot! There many thing with i am struggle but now there no questions left!
Great, happy I could help :)
I truly appreciate the content you've provided so far. I've noticed there's a gap in advanced Filament tutorials on RUclips. It would be incredibly beneficial if you could delve into topics like crafting custom components, plugin development, and understanding the deeper interactions between Filament and databases. Your expertise would be invaluable for these advanced subjects. Kindly consider it. Thank you!"
Thank you so much. I'm definitely going to work my way up with filament content just as I do with any other topic. I don't want people to complain later on that I didn't cover the basics. We're going deeper an deeper :)
Until @codewithdary creates one. There is a course available in Laracasts by the creator of Filament called Build Advanced Components for Filament
Wow, I was just looking for something like this, amazing, thank you for the amazing course!
You're very welcome!!
that the first video i see for you but it won't be last video😍😍😍😍😍
i love this tutorial it help me and cover alot to me i can cover the other things alone
Awesome! Thank you, makes me very happy 🙏🏽❤️
Great tutorial. Being a visual learner, this has been a breath of fresh air! I dont suppose you could push the code to a public repo for reference?
Excellent course... Wondering if you have a video on parent child relationship that was used in category model...
Great Job really this the most useful tutorial I ever watched for filament but I have a question
In the order form how did filament knows that the data coming from repeater part going to be saved in another table ?
did I mess something from the tutorial 😅😅?
Videonuz mükemmel kalitede net, anlaşılır ve işe yarar...
you're explain in migration is very clear. easy to understand. Could u please make video about only mysql query? it may help for who is new to coding before they go to laravel video (include me too xD).
Haha! Thank you so much. I have a complete Udemy course available for this: www.udemy.com/course/mastering-laravel-10-query-builder-eloquent-relationships/?referralCode=C784C3DB5B8925207FCB
Thank you so much dear Teacher I respect for your hard work and I don't know to say you thank for such great help love you dear teacher
Thanks for another great video lesson from Dary. After watching your video " deploy laravel app with Filezila on control panel" I have spent almost five days it did not work. It took another five days to learn github and get another vps server from Hostinger to deploy laravel app. But I couldn't able to connect the Media file. I watched this video carefully, but I haven't seen any images loaded.
It has a image upload. What error are you getting?
Thanks Dary, for this awesome tutorial, I would to ask for two things:
1- The image is not showing for in the table and in the edit form.
2- If we place an order, and we would like to reduce the product quantity by the quantity sold, how to do that?
Thanks again, and keep up the good videos.
Hi
I had the same problem as you as with the image upload. After adding :8000 to the APPURL in .env I ran "php artisan storage:link " which worked for me
Thanks very much.@@sebastianbaklundahl2135
Thank you for your tutorial video! Awesome work!
This video is awesome! Thanks a lot for the help!
Thank you for sharing the video.
I have a question about how to make my filamentPHP website faster, similar to yours. My website's panel is quite slow when I try to add a user or click on a link. It takes around 2 or 3 seconds to open. How can I speed it up?
Are you using VPS hosting?
@@codewithdary no, I'm using XAMPP, then switched to Laragon, but it seems too slow
I found the problem; it's because of this command: "php artisan icons:cache".
i love your video i make near by project but it help alot . i make order and order-product table how can i make it in schema for form input?
Thank you, but I don’t really understand your question. Seems like I have covered it in the tutorial
Hey, loving the content keep up the great work, quick question I was running through your tutorial and it got me thinking can you build a twitter type layout using filament?
I've been doing some research but not sure how you would implement filament to show all tweets of the people you follow and how to add tweets etc and it shows up on the UI, most videos are showing filament as a backend admin panel, do you think it could be used for a frontend facing app? With Auth as normal like twitter. Thanks again
Hmm, I don't think Filament would be great for that!
No worries thanks for the reply, one quick question will you ever consider a React Inirtia tutorial? Thanks@@codewithdary
Please create a tutorial for implementing Socialite in filament to login with Facebook, thanks
Will do in the future, thank you!
Awesome tuts, keep it up
Thank you so much Tom!
Terimakasih telah membuat tutorial yang sangat membantu ini 🤩
Thank you for allowing me in your beautiful country :)
44:14 if u r creating a pivot, use --pivot (:
Thank you 🙏🏽
@@codewithdarydoing it like that, the model will extend the Pivot class
and yeah btw nice video
First Thank you sir,
In your video the VSCode help you writing the codes auto-complete
Like when you start write ->log the program start to give you options like login or any function , I hope you get me😅
In my vscode does not do that
Is there any extention for that you are using?
I honestly haven't used VS Code in a very long time... can't help you with this one.
So what are you using sir
Excelente didática, obrigado pelo conteúdo Excelente....
Thank you! :)
Perfect!!! excelent video!!!
Superb♥
Thanks 🤗
Awesome. U rock dude!
No, you rock!
Great tutorial!! Thanks
You're welcome!
how to make an editable Status(ex: published,pending,cancelled) using select in table(outside edit page)? basically it can edit Status inside or outside edit page
I thnik the total price of oreder needs to be calculated
since we have two product type based on which shipping price is included or not
so we have to calculate the total price right??
I thnik its mandatory to know how much the customer should pay in total including its product type
How can we do that??
Hey Dary, which is better to use, Laravel Nova or FilamentPHP for now on.
I switched from Nova to Filament this year. Why? Because Filament is free for everyone to use and improve. People add new things to it every day, and there are many tools made for it.
Nova, on the other hand, costs money every year for update. And there aren't as many helpers or guides for it.
But for Filament, you can find many easy lessons on RUclips. It already has everything basic you'd need.
For now I would say FilamentPHP because the support is just a lot better, but I'm a huge fan of Nova too and use it in tons of projects :)
Tutorial nível ÉPICO !
Thank you :)
Awesome explanation.. ❤❤❤❤❤
Thank you very much!
You're welcome!
Many thanks for this tutorial. I really like Filament and have become a fan. However. can you advise if it's possible to import a translation into $navigationGroup and $navigationLabel? I can find a lot about Filament translations but haven't found (yet) how to do this or even if it's possible -- I would be surprised if it wasn't. So what I'm looking for is protected static ?string $navigationLabel = __('forms.products'); which it doesn't like, rather than typing in a static string.
Muito obrigado pelo excelente trabalho 🎉
Thank you :)
Hello.
I have tried to do your project but I always get this ad when I install filament.
Installation failed, reverting ./composer.json and ./composer.lock to their original content.
What will it be?
composer is with the latest update.
Fresh out of the oven. Thanks
You bet buddy!!
hello. is there a way one cannot use the /admin and use a route from laravel landing page to link to the adminpannel.
Hey Dary! Where is the github repo for this project. You have to share it :)
Two Things I have found so far that some others may also run into.
1) On windows the drop down select menu is white instead of dark, making the text not able to be seen. Add ->native(false) to the Select.
2) I received an error when trying to edit the description of a product, saying the Name and slug has to be unique and they were already used. Seems like a strange flaw in filament, but they say it is a default in laravel, so they kept it the same. The solution is to use ->unique(ignoreRecord: true).
Hope it helps someone.
Thank you so much for sharing Ryan, it's much appreciated.
Thanks you!
Excuse me, i have question. How to change parameter id using slug that we've created?
I tried to explain it but I think that you can figure it out with this link: stackoverflow.com/questions/76562472/add-slug-in-the-url-filament-laravel
How does one add created by field to form and set value to the user that is logged in
I don't understand your question, sorry.
Sir is filamentphp is frontend or backend?
Great job!
Thank you!
Wow❤
Hi Dary. Please I am following your tutotial and followed as instructed for the product section but I keep getting this error :
SQLSTATE[HY000]: General error: 1364 Field 'brand_id' doesn't have a default value
seen my mistake 😁😁😁😁😁😁
You can't even imagine how many small mistakes I make on a daily!
LITTTTTT 🔥🔥🔥🔥🔥🔥🔥🔥🔥
Thank you
bro i have a question,why my filament app is so slow it doesnt like in ur tutorial is so fast when creating a data
I need a custom action header button with form on resource to import some data can help give me some idea thanks in advance
how to custmoize padding on table and cells
@codewithdary
I can't find your udemy course `Mastering Laravel 10 Query Builder, Eloquent & Relationships` in udemy business.
I don't think you can find it on Udemy Business unless it's the same. I never configured anything for it, I think.
www.udemy.com/course/mastering-laravel-10-query-builder-eloquent-relationships/?referralCode=C784C3DB5B8925207FCB
@@codewithdary I saw that course, but I had business udemy account in which I don't see the above course. What course you would recommend in business udemy instead ?
When deploying to the remote server
show error - "This password does not use the Bcrypt algorithm". during login.
🎉thank you very much brother ❤
You're most welcome :)
Alright good stuff
Adding custom actions included?
Unfortunately not :(
Can i use this filament with breeze
Not sure if this is what you are looking for but it maybe looks like it: filamentphp.com/plugins/jeffgreco-breezy
@@codewithdary not really ,what i meant was lile the normal laravel breeze package can i combine that with filament
how to export filtered table data to PDF in Filament
Good question :)
CAN YOU HELP ME PLZ for export filtered table data to pdf in filament
@@codewithdary
Thanks ❤🥰🥰
You’re welcome 😊
bhai mere laravel 11 me install nhi ho rha
Jejakkkkk
:)
🙏👍
Thank you
do you know that you are awesome
Thank you so much, Ahmed 🥺
source code please
Source code is in the video! :)
can i have it as a file to download plz?@@codewithdary
Hi there, this video is amazing can you please let me now how can i used the hooks for styling the filament sidbar
.fi-sidebar {
@apply bg-gray-50 dark:bg-gray-950;
}
how can i add it
hie @codewithdary whats the font you are using in your ide on this video ?
It is called 'Monaco'!
@codewithdary i hope to see you in laracasts
One day :)
ruclips.net/video/wGu8lgaK_v8/видео.html how to make storage in database total_price ?
how to export filtered table data to PDF in Filament
Good question :)