Skip to content

Commit 710dde0

Browse files
committed
docs: update readme document
1 parent 038ac51 commit 710dde0

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

README.md

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -45,25 +45,6 @@ After installing the package, publish the configuration file using Artisan:
4545
php artisan vendor:publish --provider="Dotswan\FilamentLaravelPulse\FilamentLaravelPulseServiceProvider"
4646
```
4747

48-
**Extra Configuration:**
49-
Since Laravel Pulse uses Tailwind CSS custom stylesheets, it is necessary to register the CSS files to resolve display issues. So, don't forget to add the CSS file to the content array. To do this, you need to add this directory into the `content` array of `tailwind.config.js` file :
50-
```
51-
export default {
52-
content: [
53-
// ...
54-
'./vendor/laravel/pulse/resources/views/**/*.blade.php', // Add this line
55-
],
56-
// ...
57-
}
58-
```
59-
60-
after update `tailwind.config.js` run this command:
61-
62-
```bash
63-
npm install
64-
npm run build
65-
```
66-
6748
## Basic Usage
6849

6950
To start using Filament Laravel Pulse, follow these steps:

0 commit comments

Comments
 (0)