Skip to content

Commit 4cbb44b

Browse files
committed
Update readme.md
1 parent a22fd4a commit 4cbb44b

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

readme.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ See the [support policy in the Laravel docs](https://laravel.com/docs/11.x/relea
2222
Install the package via composer:
2323

2424
```
25-
composer require riari/laravel-forum:~5.0
25+
composer require riari/laravel-forum:^6.0
2626
```
2727

28-
[Package Discovery](https://laravel.com/docs/11.x/packages#package-discovery) should take care of registering the service provider automatically, but if you need to do so manually, add the service provider to your `config/app.php`:
28+
[Package Discovery](https://laravel.com/docs/11.x/packages#package-discovery) should take care of registering the service provider automatically, but if you need to do so manually, add the service provider to your `bootstrap/providers.php`:
2929

3030
```php
3131
TeamTeaTime\Forum\ForumServiceProvider::class,
@@ -49,6 +49,9 @@ A `forum:preset-install {name}` command is available for installing UI presets.
4949

5050
`php artisan forum:preset-install livewire-tailwind`
5151

52+
> [!NOTE]
53+
> By default, the `livewire-tailwind` preset is set as the active one in the `forum.frontend.preset` config value. This preset requires Livewire and a few other dependencies. Refer to [UI Presets](/docs/laravel-forum/6.x/front-end/ui-presets) for details.
54+
5255
### Additional steps
5356

5457
#### Configuration

0 commit comments

Comments
 (0)