Skip to content

Commit b592d7e

Browse files
Merge pull request #5 from dotswan/bugfix/dark-mode
[Fix] Dark Mode Styles and Update README Documentation
2 parents b85f807 + 710dde0 commit b592d7e

File tree

8 files changed

+4329
-1329
lines changed

8 files changed

+4329
-1329
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)