Filament admin is a real timesaver and such a powerful tool if you dont want to be spending time creating a user interface. Great stuff and completely free.
@reze_dev4 ай бұрын
Thanks, you got a new subscriber. Keep going 💪
@mespeet Жыл бұрын
I prefer to use Backpack, but this also seems incredibly useful! Great video!
@Tuto1902 Жыл бұрын
I haven’t tried backpack myself. Looks like I have some homework 📚
@ramon4756 Жыл бұрын
really informative and fun video. Thank you!
@Fester_HD6 ай бұрын
Does it support image/file uploading or do I have to code it manually? Also great vid btw, I'm using Laravel 11 and need to create an admin panel in less than a week. This would give me more time to focus on the UX!
@Tuto19026 ай бұрын
It does. There’s a file upload form field that gives you image uploads with preview
@irfanfathurr Жыл бұрын
Awesome
@DevHub1682 ай бұрын
I don't why it was so slow even initial project. I use macbook for filament project. Do you know why?
@Tuto19022 ай бұрын
No idea 🤷
@__Cypher Жыл бұрын
what if i want to use custome logic ?
@Tuto1902 Жыл бұрын
Can you elaborate? What kind of custom logic are we talking about? PS. This was made with Filament v2. The latest v3 makes things a lot easier.
@__Cypher Жыл бұрын
@@Tuto1902 i have a laravel admin which is working fine now I am trying Filament I have more than 60 models but for this Question scope i can say I have Models => Projects, benefits , banners, Tutorials, PromiumBenefits. relationship on the Project model - a Project may have many benefits - A project may have many banners - a project has one tutorial - A project may have many PremiumBenefits I have 4 column has_benefits(boolean) has_banners(boolean) has_premium_benefits(boolean) has_tutorial(boolean) in the existing admin, I have radio buttons for a boolean which are basically toggles related to form fields eg: has_benefits toggle on shows a section of form fields to get benefits details "benefit, amount" and a add more button to add more benefits and amount. I have many types of user roles but only super admin and Vender can add a Project PremiumBenefits can only be added by the super admin
@8ack2Lobby Жыл бұрын
well that was quick
@Tuto1902 Жыл бұрын
I know, right?! It's awesome how much time you can save using filament.
@ngetichishmael Жыл бұрын
This is awesome. Filament is a new WordPress for Laravel Can you modify it such that the laravel homepage should be the filament login? And also change the theme colour?
@Tuto1902 Жыл бұрын
Yes and Yes. To change the default path to filament (which is 'admin'), just add this line to your .env file FILAMENT_PATH=/ You can use any route path you want as long as it doesn't conflict with an existing route. As for colors, you can create custom themes using tailwindcss. Here's the link for the theme documentation filamentphp.com/docs/2.x/admin/appearance#building-themes