Tool um anhand eines CTS GD-Ablaufs eine ProPresenter7 präsentation zu erstellen
Go to file
Thorsten Bus 94170857b6 feat(export): render uploaded slide images as slide content, keep background/keyvisual as background media action
- New SlideMediaElementBuilder converts FOREGROUND (uploaded) image media
  actions into slide-content fill.media elements placed at the top of the
  slide content, so uploaded information/moderation/sermon images render as
  real content rather than a media-layer action.
- Service background and key-visual images remain BACKGROUND media actions on
  the bottom layer; song text and name-tag stay text content elements.
- Wire the builder into ProExportService and ProBundleExportService (after
  generate) and split PlaylistExportService::writeProFile into
  generate -> inject -> write via ProFileWriter so the playlist path applies
  the same rule.
- Parser library unchanged.
- Migrate export tests to the combined rule via a shared InspectsSlideFillMedia
  support trait and add SlideMediaElementTest.
2026-07-07 22:15:12 +02:00
.ddev feat(dev): migrate local development from Valet to DDEV 2026-05-03 18:46:48 +02:00
.sisyphus chore(notes): update ccli-songselect-import notepad and task-1 evidence 2026-07-06 11:20:49 +02:00
app feat(export): render uploaded slide images as slide content, keep background/keyvisual as background media action 2026-07-07 22:15:12 +02:00
bootstrap change permission of gitignore files 2026-03-30 19:05:08 +02:00
build fix(deploy): make prod update complete and reliable 2026-06-14 10:33:54 +02:00
config fix(sanctum): add pp-planer.ddev.site to stateful domains for DDEV dev environment 2026-05-11 10:55:26 +02:00
database feat(export): keyword-matched custom export files per schedule item 2026-07-06 01:21:45 +02:00
docs chore: verify CTS API token auth and package compatibility 2026-03-01 18:56:03 +01:00
public feat: Laravel 12 scaffolding with Breeze Vue + Docker setup 2026-03-01 19:25:32 +01:00
ref feat(services): show CTS event ID tooltip on title hover 2026-03-02 12:04:00 +01:00
resources feat(export): keyword-matched custom export files per schedule item 2026-07-06 01:21:45 +02:00
routes feat(export): keyword-matched custom export files per schedule item 2026-07-06 01:21:45 +02:00
src/Cts style: apply Laravel Pint formatting across codebase 2026-03-02 23:02:03 +01:00
storage change permission of gitignore files 2026-03-30 19:05:08 +02:00
tests feat(export): render uploaded slide images as slide content, keep background/keyvisual as background media action 2026-07-07 22:15:12 +02:00
.dockerignore fix(docker): remove Vite hot file at boot to prevent localhost:5173 asset URLs 2026-03-31 11:05:35 +02:00
.editorconfig feat: Laravel 12 scaffolding with Breeze Vue + Docker setup 2026-03-01 19:25:32 +01:00
.env.example feat(dev): migrate local development from Valet to DDEV 2026-05-03 18:46:48 +02:00
.gitattributes feat: Laravel 12 scaffolding with Breeze Vue + Docker setup 2026-03-01 19:25:32 +01:00
.gitignore feat(dev): migrate local development from Valet to DDEV 2026-05-03 18:46:48 +02:00
AGENTS.md docs: correct AGENTS.md repo, branch and remote facts 2026-07-06 15:29:35 +02:00
artisan feat: Laravel 12 scaffolding with Breeze Vue + Docker setup 2026-03-01 19:25:32 +01:00
CCLI-API.md chore: commit pint style fix, CCLI-API.md planning doc, and npm lock update 2026-05-11 11:00:50 +02:00
composer.json build(deps): follow parser rename to bussnet/propresenter7-php-lib 2026-07-06 13:27:42 +02:00
composer.lock build(deps): follow parser rename to bussnet/propresenter7-php-lib 2026-07-06 13:27:42 +02:00
docker-compose.yml feat(docker): add docker-compose.yml and .dockerignore for production 2026-03-31 09:19:54 +02:00
package-lock.json chore(deps): sync package-lock with installed transitive versions 2026-07-06 11:20:53 +02:00
package.json feat(dev): migrate local development from Valet to DDEV 2026-05-03 18:46:48 +02:00
phpunit.xml feat: Laravel 12 scaffolding with Breeze Vue + Docker setup 2026-03-01 19:25:32 +01:00
playwright.config.ts feat(dev): migrate local development from Valet to DDEV 2026-05-03 18:46:48 +02:00
README.md feat: Laravel 12 scaffolding with Breeze Vue + Docker setup 2026-03-01 19:25:32 +01:00
start_dev.sh feat(dev): migrate local development from Valet to DDEV 2026-05-03 18:46:48 +02:00
stop_dev.sh feat(dev): migrate local development from Valet to DDEV 2026-05-03 18:46:48 +02:00
test.jpg feat(services): show CTS event ID tooltip on title hover 2026-03-02 12:04:00 +01:00
test.txt feat(services): show CTS event ID tooltip on title hover 2026-03-02 12:04:00 +01:00
update-prod.sh chore: point parser dev-toggle and docs at bussnet/propresenter7-php-lib 2026-07-06 13:30:00 +02:00
use_local_pp_lib.sh chore: point parser dev-toggle and docs at bussnet/propresenter7-php-lib 2026-07-06 13:30:00 +02:00
vite.config.js feat(dev): migrate local development from Valet to DDEV 2026-05-03 18:46:48 +02:00

Laravel Logo

Build Status Total Downloads Latest Stable Version License

About Laravel

Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel takes the pain out of development by easing common tasks used in many web projects, such as:

Laravel is accessible, powerful, and provides tools required for large, robust applications.

Learning Laravel

Laravel has the most extensive and thorough documentation and video tutorial library of all modern web application frameworks, making it a breeze to get started with the framework. You can also check out Laravel Learn, where you will be guided through building a modern Laravel application.

If you don't feel like reading, Laracasts can help. Laracasts contains thousands of video tutorials on a range of topics including Laravel, modern PHP, unit testing, and JavaScript. Boost your skills by digging into our comprehensive video library.

Laravel Sponsors

We would like to extend our thanks to the following sponsors for funding Laravel development. If you are interested in becoming a sponsor, please visit the Laravel Partners program.

Premium Partners

Contributing

Thank you for considering contributing to the Laravel framework! The contribution guide can be found in the Laravel documentation.

Code of Conduct

In order to ensure that the Laravel community is welcoming to all, please review and abide by the Code of Conduct.

Security Vulnerabilities

If you discover a security vulnerability within Laravel, please send an e-mail to Taylor Otwell via taylor@laravel.com. All security vulnerabilities will be promptly addressed.

License

The Laravel framework is open-sourced software licensed under the MIT license.