- Install Laravel 12 with Breeze (Vue stack + Inertia.js) - Configure Pest testing framework (5 tests passing) - Add Docker multi-stage build (PHP 8.3 + LibreOffice + ImageMagick) - Create docker-compose.yml with app + node services - Configure Vite for Docker hot-reload - Set app locale to 'de' (German) - Add Vue packages: @vueuse/core, vue-draggable-plus, vue3-dropzone - Update .env.example with all project vars - Relocate spike files: src/Cts/ → app/Cts/ (Laravel autoload) - Tests: 5 passed (14 assertions) - Vite build: successful - Docker: app container running Task: T1 - Laravel Scaffolding + Breeze Vue + Docker
5 lines
662 B
Plaintext
5 lines
662 B
Plaintext
time="2026-03-01T19:25:04+01:00" level=warning msg="/Users/thorsten/AI/cts-work/docker-compose.yml: the attribute `version` is obsolete, it will be ignored, please remove it to avoid potential confusion"
|
|
NAME IMAGE COMMAND SERVICE CREATED STATUS PORTS
|
|
cts-presenter-app cts-work-app "docker-php-entrypoi…" app 8 seconds ago Up 5 seconds (health: starting) 0.0.0.0:8000->8000/tcp, [::]:8000->8000/tcp, 9000/tcp
|
|
cts-presenter-node node:20-alpine "docker-entrypoint.s…" node 8 seconds ago Restarting (127) Less than a second ago
|