refactor(platforms): move platforms data in code instead of database
refs #457
Showing
- app/Config/Autoload.php 1 addition, 0 deletionsapp/Config/Autoload.php
- app/Config/Routes.php 0 additions, 1 deletionapp/Config/Routes.php
- app/Config/Routing.php 1 addition, 0 deletionsapp/Config/Routing.php
- app/Controllers/PlatformController.php 0 additions, 28 deletionsapp/Controllers/PlatformController.php
- app/Database/Migrations/2024-04-18-180000_refactor_platforms.php 152 additions, 0 deletions...abase/Migrations/2024-04-18-180000_refactor_platforms.php
- app/Database/Seeds/AppSeeder.php 0 additions, 1 deletionapp/Database/Seeds/AppSeeder.php
- app/Database/Seeds/DevSeeder.php 0 additions, 1 deletionapp/Database/Seeds/DevSeeder.php
- app/Entities/Podcast.php 5 additions, 4 deletionsapp/Entities/Podcast.php
- app/Resources/icons/podcasting/breaker.svg 0 additions, 4 deletionsapp/Resources/icons/podcasting/breaker.svg
- app/Resources/icons/podcasting/google.svg 0 additions, 4 deletionsapp/Resources/icons/podcasting/google.svg
- app/Views/Components/Button.php 10 additions, 9 deletionsapp/Views/Components/Button.php
- docs/src/contributing/setup-development.md 1 addition, 4 deletionsdocs/src/contributing/setup-development.md
- modules/Admin/Config/Routes.php 0 additions, 42 deletionsmodules/Admin/Config/Routes.php
- modules/Platforms/Config/Routes.php 65 additions, 0 deletionsmodules/Platforms/Config/Routes.php
- modules/Platforms/Controllers/PlatformController.php 24 additions, 25 deletionsmodules/Platforms/Controllers/PlatformController.php
- modules/Platforms/Entities/Platform.php 14 additions, 14 deletionsmodules/Platforms/Entities/Platform.php
- modules/Platforms/Models/PlatformModel.php 178 additions, 0 deletionsmodules/Platforms/Models/PlatformModel.php
- modules/Platforms/Platforms.php 217 additions, 410 deletionsmodules/Platforms/Platforms.php
- modules/PodcastImport/Commands/PodcastImport.php 19 additions, 14 deletionsmodules/PodcastImport/Commands/PodcastImport.php
- pnpm-lock.yaml 7187 additions, 5963 deletionspnpm-lock.yaml
Loading