This is the foundation for the combined customer portal, bug tracker, and project management experience. Build out your issue workflows, notifications, and reporting from here.
| Environment | = htmlspecialchars(config('app.env')) ?> |
| Uploads directory | = htmlspecialchars(config('files.storage_path')) ?> |
| Max upload size | = (int) config('files.max_upload_mb') ?> MB |
| Allowed MIME types | = htmlspecialchars(implode(', ', config('files.allowed_mime'))) ?> |