Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
Tschucki committed Dec 28, 2024
1 parent e1998d9 commit f98a8c9
Show file tree
Hide file tree
Showing 3 changed files with 222 additions and 1 deletion.
1 change: 1 addition & 0 deletions bootstrap/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
]);
$middleware->validateCsrfTokens(except: [
'logout',
'livewire/update'
]);
})
->withSchedule(function (Schedule $schedule) {
Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"inertiajs/inertia-laravel": "^2.0",
"laravel/framework": "^11.31",
"laravel/horizon": "^5.30",
"laravel/pulse": "^1.3",
"laravel/reverb": "^1.0",
"laravel/tinker": "^2.9",
"norkunas/youtube-dl-php": "^2.9",
Expand Down
221 changes: 220 additions & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f98a8c9

Please sign in to comment.