Learn Laravel Filament full tutorial: Build powerful admin panels with ease

preview_player
Показать описание
Laravel Filament is a modern admin panel framework that makes it easy to build powerful and user-friendly admin interfaces for your Laravel applications. In this full tutorial, you'll learn everything you need to know to get started with Filament, from installing and configuring it to creating and managing your admin panels.

We'll cover everything from basic CRUD operations to more advanced features like user management, permissions, and custom fields. You'll also learn how to use Filament's powerful components to build custom forms, tables, and other UI elements.

By the end of this tutorial, you'll be able to build your own admin panels with Filament that are as powerful and user-friendly as any commercial solution.

What you'll learn in this tutorial:

How to install and configure Laravel Filament
How to create and manage your admin panels
How to create and manage users and permissions
How to use Filament's components to build custom forms, tables, and other UI elements
How to implement more advanced features like multi-tenancy and multiple panels
Who this tutorial is for:

Developers who want to learn how to build powerful and user-friendly admin panels with Laravel Filament
Developers who are already familiar with Laravel but want to learn how to use Filament to build their admin panels
Developers who are looking for a modern and flexible admin panel framework for their Laravel applications
Get started with Laravel Filament today and build powerful admin panels with ease!

You can find me on:
Twitter: @CodeWithTonyDev

Latest Playlists:
🚀 #Laravel #Filament #WebDevelopment #Notifications #multi-tenancy #multiplePanels

TIMESTAMPS
00:00:00 Install Filament
00:05:55 Models and Midgrations
00:13:32 Filament Resources
00:30:45 Resource Forms
00:41:17 Customize Dashboard
00:49:15 Form Select Field
01:04:11 Dependant Select
01:12:32 Create Employees
01:18:16 Depp Dive into Tables
01:30:52 Customize Table
01:41:35 View Pages
01:54:59 Filters and Tabs
02:09:07 Relation Manager
02:26:47 Global Search
02:39:16 Notifications
02:49:31 Multi Tenancy
03:13:23 Multiple Panels
03:32:39 Authentication Features
03:40:48 Admin Middleware
03:49:42 Wdgets
Рекомендации по теме
Комментарии
Автор

Learn Laravel Filament full tutorial: Build powerful admin panels with ease

tonyxhepaofficial
Автор

I recently followed this Filament Laravel tutorial, and I must say it exceeded my expectations. The tutorial is exceptionally well-structured, providing clear and concise explanations for each step of the process. The practical examples and detailed code snippets made it easy to understand how to integrate Filament into a Laravel project. I especially appreciated the troubleshooting tips and best practices shared throughout the tutorial. This resource is invaluable for both beginners and experienced developers looking to enhance their Laravel applications with Filament. Highly recommended!

bassarouyacoubou
Автор

For beginners it's worth to add that in the infolist components and form components there may be a conflict for Section and TextEntry.
you may want to use all 4 in the same time. I got this solved adding "as"
use
use
use as InfoSection;
use as InfoTextEntry;
then amend the code with right Classes Names.
Took me a while to figure it out.

bluehead_info
Автор

So far the best and most complete tutorial I saw. thanks man!

sina
Автор

From Egypt, Thanks so much for your efforts sir 💙

ahmadsalleh
Автор

Saved it to watch and follow along later, you're the best🎉

zafiroula
Автор

Thank you, I needed this. I've been using PHP native (yes it's still widely used in my country) for a while and I think it's time to learn Laravel.

haiffy
Автор

Awesome course on Filament 3. All in one video.

subhadipghorui
Автор

Thanks a lot for your complete tutorial with excellent quality

natsoe
Автор

Tony, this is incredible. Thank you for putting in the work.

codegeek-ilfm
Автор

This was clear and on the point. Thank you!

-shapeshftr
Автор

Hello Sir, I am impressed. That's really nice

hamzasami
Автор

Thank you very much, excellent tutorial

mustafadundarcelebi
Автор

tnx a lot, it helped my project sufficiently

Baljinnyam
Автор

Thanks so much Tony. Please what app do you use for screen recording???

musicreel
Автор

THANK YOU VERY MUCH BRO.. EXCELLENT TUTORIAL

ziyadalqurashi
Автор

Thanks brother. What plugins vs code that use for autocomplete?

bakersbinary
Автор

Can you tell me what auto-completion extension you are using? thank you!

ClarkWayneCodes-yxvw
Автор

Thank you Tony, it is possible to implement Progressive web app (WPA) in laravel with filamentPHP.

jesusperdomo
Автор

Is there anyway to extract the duplicate code from & EmployeeResource to a trait maybe?

Because I find it impractical to redefine the same logic for the form(), table() etc.. methods.

obadaalzidi