theradcoza
  • Joined on 2026-03-01
theradcoza pushed to main at theradcoza/Laravel-Docker-Dev-Template 2026-03-12 09:48:47 +02:00
fa4c787beb Fix npm ci to npm install in deployment docs
theradcoza pushed to main at theradcoza/Laravel-Docker-Dev-Template 2026-03-11 15:24:26 +02:00
c39a04315c Fix docblock parse error in RolePermissionSeeder
theradcoza pushed to main at theradcoza/Laravel-Docker-Dev-Template 2026-03-11 09:10:44 +02:00
e380721938 Add central Audit Trail viewer in Filament admin
theradcoza pushed to main at theradcoza/Laravel-Docker-Dev-Template 2026-03-11 09:03:33 +02:00
f903914c2b Add auto-loading of module permissions in RolePermissionSeeder
theradcoza pushed to main at theradcoza/Laravel-Docker-Dev-Template 2026-03-11 08:13:01 +02:00
2b153f1759 Upgrade make:module command with full ServiceProvider structure
theradcoza pushed to main at theradcoza/Laravel-Docker-Dev-Template 2026-03-11 08:01:33 +02:00
ac16dbc153 Add AI agent cross-references to docs/modules.md and docs/filament-admin.md
theradcoza pushed to main at theradcoza/Laravel-Docker-Dev-Template 2026-03-11 07:59:44 +02:00
12027d9e98 Add CLAUDE.md - AI agent instructions for module development
theradcoza pushed to main at theradcoza/Laravel-Docker-Dev-Template 2026-03-11 07:48:49 +02:00
e4c7d09109 Add User Management features (Users, Roles, Permissions)
theradcoza pushed to main at theradcoza/Laravel-Docker-Dev-Template 2026-03-11 07:43:29 +02:00
cf6079d58c Redirect landing to login, add registration toggle
theradcoza pushed to main at theradcoza/Laravel-Docker-Dev-Template 2026-03-11 07:37:32 +02:00
4b2ff91ac4 Add global site settings view composer with database fallback
theradcoza pushed to main at theradcoza/Laravel-Docker-Dev-Template 2026-03-11 07:18:36 +02:00
e274d41f19 Fix seeder to actually create admin user
theradcoza pushed to main at theradcoza/Laravel-Docker-Dev-Template 2026-03-11 06:25:14 +02:00
2ff7a24736 Add frontend asset build to setup scripts
theradcoza pushed to main at theradcoza/Laravel-Docker-Dev-Template 2026-03-11 06:10:33 +02:00
119eaf1873 Fix MySQL connection and DatabaseSeeder BOM issues
theradcoza pushed to main at theradcoza/Laravel-Docker-Dev-Template 2026-03-10 20:33:28 +02:00
306413ca56 update setup script
b1453ff249 Fix MySQL connection refused - add proper database readiness check
Compare 2 commits »
theradcoza pushed to main at theradcoza/Laravel-Docker-Dev-Template 2026-03-10 20:10:44 +02:00
ac11580eb3 Add automatic port selection to avoid conflicts
theradcoza pushed to main at theradcoza/Laravel-Docker-Dev-Template 2026-03-10 12:23:36 +02:00
0d2506f3ef Fix batch script syntax error in port check
theradcoza pushed to main at theradcoza/Laravel-Docker-Dev-Template 2026-03-10 12:04:34 +02:00
73a4cd8c40 Fix step numbering in setup.sh after port check addition
theradcoza pushed to main at theradcoza/Laravel-Docker-Dev-Template 2026-03-10 11:56:38 +02:00
e7fcaa35e1 Add port availability check to setup scripts
theradcoza pushed to main at theradcoza/Laravel-Docker-Dev-Template 2026-03-10 11:16:23 +02:00
83131d8432 MAJOR FIX: Use named volume for vendor/ + pre-install in Dockerfile
theradcoza pushed to main at theradcoza/Laravel-Docker-Dev-Template 2026-03-09 18:36:05 +02:00
97acc5e8ea CRITICAL FIX: Move composer install after containers start