Uploaded August 2026 | Updated September 2026, 2 weeks ago
🗂️ In this video, we build our very first real feature in the Inventory Management System — the Category Management module using Filament 5 Resource.
We get full Create, Read, Update, and Delete functionality, parent/child subcategory support, and a live status toggle — all without writing a single controller or blade file.
━━━━━━━━━━━━━━━━━━━━━━━━━━━
📌 WHAT YOU WILL LEARN IN THIS VIDEO
━━━━━━━━━━━━━━━━━━━━━━━━━━━
✅ How to generate a Filament 5 Resource using artisan command
✅ Understanding the new Filament 5 Resource folder structure (Schemas, Tables, Pages)
✅ How to build a Filament Form with Section, Select, TextInput and Toggle
✅ Auto generate slug from category name using live() and afterStateUpdated()
✅ How to build parent and child subcategory relationships
✅ How to add a Status Toggle directly in the table
✅ How to add search, filters, and bulk delete in Filament tables
✅ Common Filament 5 namespace errors and how to fix them
━━━━━━━━━━━━━━━━━━━━━━━━━━━
📂 FILES COVERED IN THIS VIDEO
━━━━━━━━━━━━━━━━━━━━━━━━━━━
📄 app/Filament/Resources/Categories/CategoryResource.php
📄 app/Filament/Resources/Categories/Schemas/CategoryForm.php
📄 app/Filament/Resources/Categories/Tables/CategoriesTable.php
📄 app/Filament/Resources/Categories/Pages/ListCategories.php
📄 app/Filament/Resources/Categories/Pages/CreateCategory.php
📄 app/Filament/Resources/Categories/Pages/EditCategory.php
📄 app/Models/Category.php
━━━━━━━━━━━━━━━━━━━━━━━━━━━
⏱️ TIMESTAMPS
━━━━━━━━━━━━━━━━━━━━━━━━━━━
00:00 - INTRO & PREVIOUS PART RECAP
01:17 - WHAT WE WILL BUILD IN THIS PART
02:08 - GENERATING THE FILAMENT RESOURCE
03:10 - UPDATING THE CATEGORY MODEL
04:12 - CONFIGURING THE MAIN CATEGORY RESOURCE FILE
07:09 - BUILDING THE CATEGORY FORM
09:31 - BUILDING THE CATEGORY TABLE
11:06 - ADDING FILTERS AND ACTIONS
12:24 - CREATE, EDIT, AND LIST PAGES
13:43 - TESTING IN THE BROWSER
16:36 - OUTRO & NEXT PART PREVIEW
━━━━━━━━━━━━━━━━━━━━━━━━━━━
📖 BLOG POST + FULL SOURCE CODE
━━━━━━━━━━━━━━━━━━━━━━━━━━━
🌐 Blog Post with Source Code: webslesson.info/2026/08/laravel-13-filament-5-inventory-management-system.html
━━━━━━━━━━━━━━━━━━━━━━━━━━━
📺 COMPLETE PLAYLIST — Laravel 13 + Filament 5 Inventory System
━━━━━━━━━━━━━━━━━━━━━━━━━━━
🎬 Part 1 — Installation & Setup: youtu.be/796FXMF6joY
🎬 Part 2 — Database Design: youtu.be/5dPfGUTR9kE
🎬 Part 3 — Panel Branding & Navigation: youtube.com/watch?v=o7jgfRGvi9s
🎬 Part 4 — Category Module: youtu.be/UsLIgCeDshk
🎬 Part 5 — Unit Management: Coming Soon
━━━━━━━━━━━━━━━━━━━━━━━━━━━
🔔 SUBSCRIBE FOR MORE FREE TUTORIALS
━━━━━━━━━━━━━━━━━━━━━━━━━━━
👉 Subscribe to Webslesson: youtube.com/@webslesson
👍 Like this video if it helped you
💬 Comment below if you get any error — we reply to every comment
🔔 Hit the bell icon so you never miss a new part
━━━━━━━━━━━━━━━━━━━━━━━━━━━
🔗 FOLLOW WEBSLESSON
━━━━━━━━━━━━━━━━━━━━━━━━━━━
🌐 Website: webslesson.info
📺 YouTube: youtube.com/@webslesson
━━━━━━━━━━━━━━━━━━━━━━━━━━━
#Laravel #Filament #FilamentResource #Laravel13 #FilamentPHP #LaravelTutorial #PHPTutorial #InventoryManagement #WebDevelopment #LaravelFilament #FilamentCRUD #PHP #CategoryManagement #Laravel2026 #FilamentForms
🗂️ In this video, we build our very first real feature in the Inventory Management System — the Category Management module using Filament 5 Resource.
We get full Create, Read, Update, and Delete functionality, parent/child subcategory support, and a live status toggle — all without writing a single controller or blade file.
━━━━━━━━━━━━━━━━━━━━━━━━━━━
📌 WHAT YOU WILL LEARN IN THIS VIDEO
━━━━━━━━━━━━━━━━━━━━━━━━━━━
✅ How to generate a Filament 5 Resource using artisan command
✅ Understanding the new Filament 5 Resource folder structure (Schemas, Tables, Pages)
✅ How to build a Filament Form with Section, Select, TextInput and Toggle
✅ Auto generate slug from category name using live() and afterStateUpdated()
✅ How to build parent and child subcategory relationships
✅ How to add a Status Toggle directly in the table
✅ How to add search, filters, and bulk delete in Filament tables
✅ Common Filament 5 namespace errors and how to fix them
━━━━━━━━━━━━━━━━━━━━━━━━━━━
📂 FILES COVERED IN THIS VIDEO
━━━━━━━━━━━━━━━━━━━━━━━━━━━
📄 app/Filament/Resources/Categories/CategoryResource.php
📄 app/Filament/Resources/Categories/Schemas/CategoryForm.php
📄 app/Filament/Resources/Categories/Tables/CategoriesTable.php
📄 app/Filament/Resources/Categories/Pages/ListCategories.php
📄 app/Filament/Resources/Categories/Pages/CreateCategory.php
📄 app/Filament/Resources/Categories/Pages/EditCategory.php
📄 app/Models/Category.php
━━━━━━━━━━━━━━━━━━━━━━━━━━━
⏱️ TIMESTAMPS
━━━━━━━━━━━━━━━━━━━━━━━━━━━
00:00 - INTRO & PREVIOUS PART RECAP
01:17 - WHAT WE WILL BUILD IN THIS PART
02:08 - GENERATING THE FILAMENT RESOURCE
03:10 - UPDATING THE CATEGORY MODEL
04:12 - CONFIGURING THE MAIN CATEGORY RESOURCE FILE
07:09 - BUILDING THE CATEGORY FORM
09:31 - BUILDING THE CATEGORY TABLE
11:06 - ADDING FILTERS AND ACTIONS
12:24 - CREATE, EDIT, AND LIST PAGES
13:43 - TESTING IN THE BROWSER
16:36 - OUTRO & NEXT PART PREVIEW
━━━━━━━━━━━━━━━━━━━━━━━━━━━
📖 BLOG POST + FULL SOURCE CODE
━━━━━━━━━━━━━━━━━━━━━━━━━━━
🌐 Blog Post with Source Code: webslesson.info/2026/08/laravel-13-filament-5-inventory-management-system.html
━━━━━━━━━━━━━━━━━━━━━━━━━━━
📺 COMPLETE PLAYLIST — Laravel 13 + Filament 5 Inventory System
━━━━━━━━━━━━━━━━━━━━━━━━━━━
🎬 Part 1 — Installation & Setup: youtu.be/796FXMF6joY
🎬 Part 2 — Database Design: youtu.be/5dPfGUTR9kE
🎬 Part 3 — Panel Branding & Navigation: youtube.com/watch?v=o7jgfRGvi9s
🎬 Part 4 — Category Module: youtu.be/UsLIgCeDshk
🎬 Part 5 — Unit Management: Coming Soon
━━━━━━━━━━━━━━━━━━━━━━━━━━━
🔔 SUBSCRIBE FOR MORE FREE TUTORIALS
━━━━━━━━━━━━━━━━━━━━━━━━━━━
👉 Subscribe to Webslesson: youtube.com/@webslesson
👍 Like this video if it helped you
💬 Comment below if you get any error — we reply to every comment
🔔 Hit the bell icon so you never miss a new part
━━━━━━━━━━━━━━━━━━━━━━━━━━━
🔗 FOLLOW WEBSLESSON
━━━━━━━━━━━━━━━━━━━━━━━━━━━
🌐 Website: webslesson.info
📺 YouTube: youtube.com/@webslesson
━━━━━━━━━━━━━━━━━━━━━━━━━━━
#Laravel #Filament #FilamentResource #Laravel13 #FilamentPHP #LaravelTutorial #PHPTutorial #InventoryManagement #WebDevelopment #LaravelFilament #FilamentCRUD #PHP #CategoryManagement #Laravel2026 #FilamentForms










