Laravel Filament Admin: Practical Course
June 2022 / 1 h 56 min / Filament 2
Watch Video About the Course
IMPORTANT NOTICE: Since September 2022, I'm moving from this Teachable platform to my own LaravelDaily.com with this course and even more premium tutorials there. So, please subscribe to yearly/monthly membership there, this Teachable platform will not get new content anymore.
With any questions about the membership, email me [email protected]
Filament Adminpanel package is a rapidly growing tool, gaining more and more popularity in the Laravel community. So I decided to shoot a separate course, on how you can quickly create an admin panel for your Laravel project, with Filament.
What I like in Filament is how intuitive it is, in many places the default options are enough, and customizations are usually about one property or method to add/change.
In this 2-hour course, we will create a real demo project to manage Products / Vouchers / Users / Payments, and also will create things like dashboard widgets, global search, filters, and more.
Here's a tweet by Dan Harrin himself, the author of Filament:
Github repository with all the code will be available, with separate commits linked for each lesson.
So, are you ready? Let's dive in!
Your Instructor
I consider myself a Laravel expert. Work with Laravel for around 7 years, sharing my thoughts on the YouTube channel "Laravel Daily": https://www.youtube.com/c/LaravelDaily
I also have written a Laravel Daily Blog for 5+ years.
Course Curriculum
-
PreviewProduct Resource: Menu, Simple Table and Forms (4:29)
-
PreviewRedirect to List after Create/Edit (1:04)
-
StartSort Table by Columns (1:24)
-
StartSearch in Table by Columns (1:06)
-
StartColumn Validation Rules (1:01)
-
StartMoney Column and Mutate Data Before Saving/Showing (3:48)
-
StartSlug from Name with Auto-Complete (2:02)
-
StartFile Upload: Image Column (1:36)