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
[](https://packagist.org/packages/awcodes/overlook)
A Filament plugin that adds an app overview widget to your admin panel.
9
8
10
-
<!-- docs_start -->
9
+
## Compatibility
10
+
11
+
| Package Version | Filament Version |
12
+
|-----------------|------------------|
13
+
| 1.x | 2.x |
14
+
| 2.x | 3.x |
15
+
| 3.x | 4.x |
11
16
12
17
## Installation
13
18
@@ -17,17 +22,13 @@ You can install the package via composer:
17
22
composer require awcodes/overlook
18
23
```
19
24
20
-
In an effort to align with Filament's theming methodology you will need to use a custom theme to use this plugin.
21
-
22
-
> **Note**
23
-
> If you have not set up a custom theme and are using a Panel follow the instructions in the [Filament Docs](https://filamentphp.com/docs/3.x/panels/themes#creating-a-custom-theme) first.
25
+
> [!IMPORTANT]
26
+
> If you have not set up a custom theme and are using Filament Panels follow the instructions in the [Filament Docs](https://filamentphp.com/docs/4.x/styling/overview#creating-a-custom-theme) first.
24
27
25
-
Add the plugin's views to your `tailwind.config.js` file.
28
+
After setting up a custom theme add the plugin's views to your theme css file.
0 commit comments