Skip to content

Commit 7380673

Browse files
authored
Merge branch 'main' into themed-logo
2 parents 3b68c7d + 38c35c9 commit 7380673

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Laravel Boost includes AI guidelines for the following packages and frameworks.
7676
| Pest | core, 4.x |
7777
| PHPUnit | core |
7878
| Pint | core |
79-
| TailwindCSS | core, 3.x, 4.x |
79+
| Tailwind CSS | core, 3.x, 4.x |
8080
| Livewire Volt | core |
8181
| Laravel Folio | core |
8282
| Enforce Tests | conditional |

config/boost.php

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,15 @@
33
declare(strict_types=1);
44

55
return [
6+
67
/*
78
|--------------------------------------------------------------------------
89
| Boost Master Switch
910
|--------------------------------------------------------------------------
1011
|
11-
| This option may be used to disable all Boost functionality, which
12-
| simply provides a single and convenient way to enable or disable
13-
| Boost's AI development tools.
12+
| This option may be used to disable all Boost functionality - which
13+
| will prevent Boost's routes from being registered and will also
14+
| disable Boost's browser logging functionality from operating.
1415
|
1516
*/
1617

0 commit comments

Comments
 (0)