]> git.localhorst.tv Git - alttp.git/commit
upgrade larascord to v6
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Mon, 2 Sep 2024 11:46:04 +0000 (13:46 +0200)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Mon, 2 Sep 2024 11:46:04 +0000 (13:46 +0200)
commitb918c32c3f3a6cf82d2ad614e5fadcdc24e411a9
tree46343855db1506146e9fbf731d4194ed8717b231
parented789bb25397746cc75656415acf1bce93f39b4f
upgrade larascord to v6
app/Http/Controllers/DiscordController.php [deleted file]
app/Models/User.php
composer.json
composer.lock
config/larascord.php
database/migrations/2023_05_25_121158_add_remember_token_to_users_table.php [new file with mode: 0644]
database/migrations/2023_05_26_165816_create_discord_access_tokens_table.php [new file with mode: 0644]
database/migrations/2023_05_27_055058_remove_refresh_token_from_users_table.php [new file with mode: 0644]
database/migrations/2023_06_11_062809_update_users_table.php [new file with mode: 0644]
routes/web.php