Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions docs/content/1.getting-started/3.installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,15 @@ composer require relaticle/flowforge

### Include CSS Assets

Prerequisite: You need a custom Filament theme to include the FlowForge styles.

::alert{type="warning"}
If you haven't set up a custom theme for Filament, follow the [Filament Docs](https://filamentphp.com/docs/4.x/styling/overview#creating-a-custom-theme) first.
::

Add the plugin's views to your theme CSS file:
Once you have a custom Filament theme set up, add the plugin's views to your theme CSS file:

```css [resources/css/app.css]
```css [resources/css/filament/admin/theme.css]
@source "../../../../vendor/relaticle/flowforge/resources/views/**/*.blade.php";
```

Expand Down