- docker-compose.yml: bind-mount ./app:/var/www/html on nginx + all PHP services. CLI dev workflow now uses host code directly (no rebuild needed for code or CSS changes). Portainer-stack untouched (uses docker-compose.portainer.yml without bind-mounts). - AppServiceProvider: Vite::usePreloadTagAttributes(false) drops the <link rel=preload> tags that triggered 'preloaded but not used within a few seconds' warnings under wire:navigate. - vendor/ + composer.lock synced from container to host so bind-mount exposes a complete tree. |
||
|---|---|---|
| .. | ||
| Http/Controllers | ||
| Livewire | ||
| Models | ||
| Providers | ||
| View/Components | ||