# Apache Deployment

مرجع اصلی: `PLAN.md` بخش Apache Webserver و Production Build.

قانون قطعی:

```text
DocumentRoot = /path/to/Daneshyar/public
```

Production commands:

```bash
composer install --no-dev --optimize-autoloader
npm ci
npm run build
php artisan migrate --force
php artisan config:cache
php artisan route:cache
php artisan view:cache
php artisan storage:link
```

Private dashboard pages must not be cached by Cloudflare.
