Home
Free Premium Articles
Free Premium Courses
New
Home
Free Premium Articles
Free Premium Courses
New
Back to Course
|
Laravel Filament Admin v2: Practical Course
Customizing Full Layout Colors
Repeater Field: Create Invoice with Items
Customizing Full Layout Colors
Course Content
Intro
01
Filament - What's Inside The Course
02
What's Filament, How It Works and Comparison with Alternatives
03
Filament Installation and User Restrictions
First Model Resource: Products
04
Product Resource: Menu, Simple Table and Forms
05
Redirect to List after Create/Edit
06
Sort Table by Columns
07
Search in Table by Columns
08
Column Validation Rules
09
Money Column and Mutate Data Before Saving/Showing
10
Slug from Name with Auto-Complete
11
File Upload: Image Column
Second Model Resource: Vouchers
12
BelongsTo: Dropdown for Voucher Product
13
Labels for Fields: in Table and Forms
14
Validation Unique and Input Type Number
15
HasMany Relationship: Use withCount in Table
16
Restricting Edit on Some Condition of the Record
Third Model Resource: Users
17
Upgrade to Filament v2.13 and Date Format in Table
18
Restrict Create and Delete Users, Enable Only Edit
19
Change Password Action: in the Edit Page, and in the Table
Fourth Model Resource: Payments
20
Generate Resource and Disable Create/Edit/Delete
21
Date Filters for Payment From/Until
22
Table Column: URL Link to Another Resource
23
Table Footer: Total Column Calculations
Global Features of Admin Panel
24
Global Search in Multiple Resources
25
Menu Items: Icons, Grouping, Ordering and Badges
26
Static Page: About Us
27
Dashboard Widgets: Stats, Table and Chart
BelongsToMany Relations
28
Product Tags: Simple MultiSelect
29
Relation Managers: Attach or Create a New Tag
Roles and Permissions
30
Permissions using Laravel Policies
31
Filament Plugins: Roles and Permissions with Shield
Customizing Layouts
32
Modal Forms with Simple Resources
33
Form Layouts: Columns, Cards, Fieldsets, Sections, Tabs, Wizards
34
Customizing Full Layout Colors
Bonus
35
Repeater Field: Create Invoice with Items