Update documentation for hybrid setup approach

This commit is contained in:
2026-03-09 03:52:30 +02:00
parent c5260e652b
commit 1e868b3ac1
2 changed files with 85 additions and 72 deletions

View File

@@ -4,12 +4,17 @@ This document provides context for AI coding assistants working on projects buil
## Template Overview
This is a **Laravel Docker Development Template** with:
- Docker-based development environment
- Production deployment to Ubuntu 24.04 (no Docker)
- Modular architecture with Filament admin
- Audit trail for all data changes
- Multi-database support (MySQL, PostgreSQL, SQLite)
This is a **ready-to-use Laravel Docker Development Template** with everything pre-installed:
- ✅ Laravel 11 with Breeze authentication (Blade + dark mode)
- ✅ Filament v3.3 admin panel with user management
- ✅ Pest testing framework
- ✅ Laravel Pint code style
- ✅ Docker-based development environment
- ✅ Production deployment to Ubuntu 24.04 (no Docker)
- ✅ Modular architecture
- ✅ Multi-database support (MySQL, PostgreSQL, SQLite)
**Setup time:** 2 minutes - just run `./setup.sh` and everything is ready!
## Technology Stack
@@ -20,7 +25,8 @@ This is a **Laravel Docker Development Template** with:
| **Admin** | Filament 3.x |
| **Database** | MySQL 8 / PostgreSQL 15 / SQLite |
| **Cache/Queue** | Redis |
| **Auth** | Laravel Breeze or Jetstream (Livewire only) |
| **Auth** | Laravel Breeze (Blade + Livewire) - PRE-INSTALLED |
| **Testing** | Pest - PRE-INSTALLED |
| **Permissions** | spatie/laravel-permission |
| **Audit** | owen-it/laravel-auditing |
| **Error Tracking** | spatie/laravel-flare + spatie/laravel-ignition |