You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/customize-the-admin-panel.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,12 +12,12 @@ quick_links: []
12
12
13
13
The InspireCMS admin panel is built on [Filament](https://filamentphp.com/), a powerful admin panel framework for Laravel applications. This integration allows you to:
14
14
15
-
-Create custom admin pages
16
-
-Add new resources for managing database models
17
-
-Organize related functionality into clusters
18
-
-Define custom dashboard widgets
19
-
-Extend existing admin functionality
20
-
-Customize the look and feel of the admin panel
15
+
- Create custom admin pages
16
+
- Add new resources for managing database models
17
+
- Organize related functionality into clusters
18
+
- Define custom dashboard widgets
19
+
- Extend existing admin functionality
20
+
- Customize the look and feel of the admin panel
21
21
22
22
---
23
23
@@ -846,7 +846,7 @@ class StatsOverview extends BaseWidget
With these tools and techniques, you can extend and customize the InspireCMS admin panel to suit your specific requirements while maintaining a consistent and user-friendly interface.
For detailed configuration options, refer to the [Laravel Queue documentation](https://laravel.com/docs/queues) and [Task Scheduling documentation](https://laravel.com/docs/scheduling).
0 commit comments