Skip to content

Commit 9694941

Browse files
committed
install necessary packages
1 parent 6a31c96 commit 9694941

File tree

10 files changed

+2495
-47
lines changed

10 files changed

+2495
-47
lines changed

README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
1-
# lar-chat
1+
# Lar Chat
2+
3+
- https://github.com/ealush/emoji-picker-react#readme
4+
- https://github.com/tailwindlabs/heroicons
5+
- https://ui.shadcn.com/docs/installation
6+
- https://headlessui.com/react/tabs#installation
7+
-

bootstrap/app.php

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
->withRouting(
1111
web: __DIR__.'/../routes/web.php',
1212
commands: __DIR__.'/../routes/console.php',
13+
channels: __DIR__.'/../routes/channels.php',
1314
health: '/up',
1415
)
1516
->withMiddleware(function (Middleware $middleware) {

composer.json

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"php": "^8.2",
1313
"inertiajs/inertia-laravel": "^2.0",
1414
"laravel/framework": "^12.0",
15+
"laravel/reverb": "^1.0",
1516
"laravel/tinker": "^2.10.1",
1617
"tightenco/ziggy": "^2.4"
1718
},

0 commit comments

Comments
 (0)