feat: integrate Spotify API for syncing music productions with new command and UI components

This commit is contained in:
Ümit Tunç
2026-05-20 22:31:41 +03:00
parent f35632ee0d
commit 751b9339f0
15 changed files with 666 additions and 9 deletions
+7
View File
@@ -43,4 +43,11 @@ return [
'access_key' => env('UNSPLASH_ACCESS_KEY'),
],
'spotify' => [
'client_id' => env('SPOTIFY_CLIENT_ID'),
'client_secret' => env('SPOTIFY_CLIENT_SECRET'),
'artist_id' => env('SPOTIFY_ARTIST_ID'),
'market' => env('SPOTIFY_MARKET', 'TR'),
],
];