Skip to content

Commit 4c08bb5

Browse files
committed
chore: more tools
1 parent 7c34842 commit 4c08bb5

File tree

13 files changed

+672
-160
lines changed

13 files changed

+672
-160
lines changed

app/Http/Middleware/HandleAppearance.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ final class HandleAppearance
1818
*/
1919
public function handle(Request $request, Closure $next): Response
2020
{
21-
View::share('appearance', $request->cookie('appearance') ?? 'system');
21+
View::share('appearance', $request->cookie('appearance') ?? 'auto');
2222

2323
return $next($request);
2424
}

composer.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
"tightenco/ziggy": "^2.4"
1717
},
1818
"require-dev": {
19+
"barryvdh/laravel-debugbar": "^3.15",
20+
"barryvdh/laravel-ide-helper": "^3.5",
1921
"fakerphp/faker": "^1.23",
2022
"larastan/larastan": "3.4.0",
2123
"laravel/pail": "^1.2.2",

0 commit comments

Comments
 (0)