]> git.localhorst.tv Git - alttp.git/commit
sync speedgaming schedule for select events
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Sat, 18 Feb 2023 17:48:57 +0000 (18:48 +0100)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Sat, 18 Feb 2023 17:48:57 +0000 (18:48 +0100)
commit071885a30f24b980699b337d9cdb65952f8c6c42
tree915393e5f3446d1cf4118ccdfc951ab1b0725101
parent8e274ddec45800cd727bb7138683b81cf2f7dcb1
sync speedgaming schedule for select events
13 files changed:
app/Console/Commands/SyncSpeedGaming.php [new file with mode: 0644]
app/Console/Kernel.php
app/Http/Controllers/EpisodeController.php [new file with mode: 0644]
app/Http/Controllers/EventController.php [new file with mode: 0644]
app/Models/Episode.php [new file with mode: 0644]
app/Models/EpisodePlayer.php [new file with mode: 0644]
app/Models/Event.php [new file with mode: 0644]
app/Policies/EpisodePolicy.php [new file with mode: 0644]
app/Policies/EventPolicy.php [new file with mode: 0644]
database/migrations/2023_02_17_091506_create_events_table.php [new file with mode: 0644]
database/migrations/2023_02_17_120750_create_episodes_table.php [new file with mode: 0644]
database/migrations/2023_02_17_153122_create_episode_players_table.php [new file with mode: 0644]
routes/api.php