Environment Variables
Tempr-specific and package-specific environment variables outside Laravel's stock framework configuration.
This page documents environment variables that Tempr or installed non-stock packages read from this repository's configuration files.
It intentionally skips Laravel's standard framework variables that are already covered by Laravel documentation, such as APP_*, primary DB_*, DATABASE_URL, REDIS_*, CACHE_*, SESSION_*, QUEUE_*, MAIL_*, LOG_*, FILESYSTEM_DISK, BROADCAST_DRIVER, PUSHER_*, REVERB_*, SQS_*, MEMCACHED_*, BCRYPT_ROUNDS, and VIEW_COMPILED_PATH.
Some Laravel ecosystem packages are still listed when this app has package config files for them and the variable is not part of a fresh Laravel application's default .env surface.
Logging Database
Defined in config/database.php.
| Variable | Default | Purpose |
|---|---|---|
LOGGING_DB_CONNECTION | DB_CONNECTION, then mysql | Connection name used by config('database.logging'). |
LOGGING_DB_DRIVER | none | Database driver for the logging connection, such as pgsql or mysql. |
LOGGING_DATABASE_URL | none | Full DSN URL for the logging connection. |
LOGGING_DB_HOST | 127.0.0.1 | Logging database host. |
LOGGING_DB_PORT | 3306 | Logging database port. |
LOGGING_DB_DATABASE | forge | Logging database name. |
LOGGING_DB_USERNAME | forge | Logging database user. |
LOGGING_DB_PASSWORD | empty | Logging database password. |
LOGGING_DB_SOCKET | empty | Unix socket for MySQL-compatible logging connections. |
MYSQL_ATTR_SSL_CA | none | CA certificate path for MySQL-compatible primary and logging connections. |
The logging migrations create audit and Telescope tables on config('database.logging'). The audit and Telescope runtime configs must also point at the logging connection before writes move there.
Auditing And Comments
| Config | Env variables | Notes |
|---|---|---|
config/audit.php | AUDIT_DB_CONNECTION, AUDIT_CONSOLE_ENABLED, AUDIT_THRESHOLD | OwenIt auditing uses the database driver and the audits table. The connection falls back to LOGGING_DB_CONNECTION, then DB_CONNECTION, when AUDIT_DB_CONNECTION is unset. |
config/filament-auditing.php | none | Tapp Filament Auditing sorting, lazy loading, extension columns, mappings, and custom view settings are config-only. |
config/filament-comments.php | none | Parallax Filament Comments avatars, editor type, prune interval, user attribute, model class, and table name are config-only. |
config/nav.php | none | Sidebar entries, routes, icons, permissions, badges, and sessions are config-only. |
OAuth JWT
Defined in config/oauth-jwt.php.
| Variable | Default | Purpose |
|---|---|---|
OAUTH_JWT_ENABLED | true | Enables inbound bearer JWT authentication. |
OAUTH_JWT_ISSUER | FORTRESS_HOST | Expected JWT issuer. |
OAUTH_JWT_AUDIENCES | empty | Comma-separated allowed audiences. |
OAUTH_JWT_AUDIENCE | empty | Legacy/singular fallback for OAUTH_JWT_AUDIENCES. |
OAUTH_JWT_JWKS_URI | none | Explicit JWKS URL. |
OAUTH_JWT_OPENID_CONFIGURATION_URL | {issuer}/.well-known/openid-configuration | OpenID discovery document URL. |
OAUTH_JWT_ALLOWED_ALGS | RS256 | Comma-separated allowed signing algorithms. |
OAUTH_JWT_CACHE_TTL_SECONDS | 3600 | JWKS/discovery cache TTL. |
OAUTH_JWT_LEEWAY_SECONDS | 60 | Clock-skew allowance for time claims. |
OAUTH_JWT_SCOPE_CLAIMS | scope,scp,scopes | Claims inspected for OAuth scopes. |
OAUTH_JWT_REQUIRED_SCOPES | empty | Comma-separated scopes required for JWT access. |
OAUTH_JWT_LOG_VALIDATION_ERRORS | false | Logs JWT validation failures when enabled. |
OAUTH_JWT_ALLOW_MISSING_KID | true | Allows validation when a token header has no kid. |
OAUTH_JWT_USER_LOOKUP | email:email,preferred_username:email,upn:email,sub:email | Ordered claim:user_column pairs for resolving local users. |
OAUTH_JWT_SCOPE_GATE_BRIDGE | true | Lets matching JWT scopes authorize Laravel Gate checks. |
Login And Fortress Auth
Defined in config/auth.php, config/fortress-auth.php, and config/services.php.
| Variable | Default | Purpose |
|---|---|---|
LOGIN_BASIC_ENABLED | true | Enables local/basic login option. |
LOGIN_ENTRA_ENABLED | false | Enables Entra login option. |
LOGIN_GOOGLE_ENABLED | false | Enables Google login option. |
FORTRESS_USER_MODEL | app user provider model | User model for the Fortress auth package. |
FORTRESS_AUTH_GUARD | app default guard | Guard used by Fortress auth. |
FORTRESS_AUTH_SUCCESS_REDIRECT | / | Redirect after successful Fortress auth. |
FORTRESS_AUTH_FAILURE_REDIRECT | /auth/fortress/login | Redirect after failed Fortress auth. |
FORTRESS_BASE_URL | FORTRESS_HOST | Base URL for Fortress API calls. |
FORTRESS_HOST | none | Fortress auth host and fallback JWT issuer. |
FORTRESS_CLIENT_ID | none | Fortress OAuth client ID. |
FORTRESS_CLIENT_SECRET | none | Fortress OAuth client secret. |
FORTRESS_REDIRECT_URI | FORTRESS_CALLBACK | OAuth redirect URI. |
FORTRESS_CALLBACK | none | Legacy Socialite redirect/callback value. |
FORTRESS_USER_ENDPOINT | none | Fortress user-info endpoint. |
FORTRESS_SCOPES | empty | Comma-separated OAuth scopes for Fortress. |
Escalated Ticketing
Defined in config/escalated.php.
| Variable | Default | Purpose |
|---|---|---|
ESCALATED_MODE | self-hosted | Ticket storage/sync mode: self-hosted, synced, or cloud. |
ESCALATED_USER_MODEL | App\Models\User | User model class Escalated should use. |
ESCALATED_USER_DISPLAY_COLUMN | name | User column used for display/search. |
ESCALATED_API_URL | https://cloud.escalated.dev/api/v1 | Hosted/cloud API URL. |
ESCALATED_API_KEY | none | Hosted/cloud API key. |
ESCALATED_UI_ENABLED | true | Enables the bundled Escalated UI. |
ESCALATED_TABLE_PREFIX | escalated_ | Prefix for Escalated tables. |
ESCALATED_WEBHOOK_URL | none | Outbound notification webhook URL. |
ESCALATED_EMAIL_DOMAIN | none | Domain used for ticket Message-ID and signed Reply-To addresses. |
ESCALATED_EMAIL_INBOUND_SECRET | empty | HMAC secret for signed inbound Reply-To addresses. |
ESCALATED_PLUGINS_ENABLED | true | Enables Escalated plugin runtime. |
ESCALATED_API_ENABLED | false | Enables the Escalated REST API. |
ESCALATED_API_RATE_LIMIT | 60 | Escalated REST API rate limit. |
ESCALATED_BROADCASTING_ENABLED | false | Enables real-time ticket event broadcasting. |
ESCALATED_CHAT_ENABLED | false | Enables live chat ticket mode. |
ESCALATED_INBOUND_EMAIL | false | Enables inbound email processing. |
ESCALATED_INBOUND_ADAPTER | mailgun | Inbound email adapter: mailgun, postmark, ses, or imap. |
ESCALATED_INBOUND_ADDRESS | support@example.com | Public inbound support address. |
ESCALATED_MAILGUN_SIGNING_KEY | none | Mailgun inbound webhook signing key. |
ESCALATED_POSTMARK_INBOUND_TOKEN | none | Postmark inbound token. |
ESCALATED_SES_REGION | us-east-1 | SES inbound region. |
ESCALATED_SES_TOPIC_ARN | none | SES SNS topic ARN. |
ESCALATED_IMAP_HOST | none | IMAP host for polling inbound mail. |
ESCALATED_IMAP_PORT | 993 | IMAP port. |
ESCALATED_IMAP_ENCRYPTION | ssl | IMAP encryption mode. |
ESCALATED_IMAP_USERNAME | none | IMAP username. |
ESCALATED_IMAP_PASSWORD | none | IMAP password. |
ESCALATED_IMAP_MAILBOX | INBOX | IMAP mailbox to poll. |
Filament
Defined in config/filament.php.
| Variable | Default | Purpose |
|---|---|---|
FILAMENT_CORE_PATH | filament | Core Filament route path. |
FILAMENT_DOMAIN | none | Domain constraint for Filament routes. |
FILAMENT_AUTH_GUARD | web | Guard used by Filament authentication. |
FILAMENT_FILESYSTEM_DRIVER | s3 | Default disk for Filament file uploads. |
Activity Log
Defined in config/activitylog.php.
| Variable | Default | Purpose |
|---|---|---|
ACTIVITY_LOGGER_ENABLED | true | Enables Spatie activity logging. |
ACTIVITY_LOGGER_TABLE_NAME | activity_log | Activity log table name. |
ACTIVITY_LOGGER_DB_CONNECTION | none | Database connection for activity log records. |
AI Providers
Defined in config/ai.php.
| Variable | Default | Purpose |
|---|---|---|
ANTHROPIC_API_KEY | none | Anthropic API key. |
AZURE_OPENAI_API_KEY | none | Azure OpenAI API key. |
AZURE_OPENAI_URL | none | Azure OpenAI endpoint. |
AZURE_OPENAI_API_VERSION | 2024-10-21 | Azure OpenAI API version. |
AZURE_OPENAI_DEPLOYMENT | gpt-4o | Azure chat/model deployment name. |
AZURE_OPENAI_EMBEDDING_DEPLOYMENT | text-embedding-3-small | Azure embedding deployment name. |
COHERE_API_KEY | none | Cohere API key. |
DEEPSEEK_API_KEY | none | DeepSeek API key. |
ELEVENLABS_API_KEY | none | ElevenLabs API key. |
GEMINI_API_KEY | none | Gemini API key. |
GROQ_API_KEY | none | Groq API key. |
JINA_API_KEY | none | Jina API key. |
MISTRAL_API_KEY | none | Mistral API key. |
OLLAMA_API_KEY | empty | Optional Ollama API key. |
OLLAMA_BASE_URL | http://localhost:11434 | Ollama API base URL. |
OPENAI_API_KEY | none | OpenAI API key. |
OPENAI_URL | https://api.openai.com/v1 | OpenAI-compatible base URL. |
OPENROUTER_API_KEY | none | OpenRouter API key. |
VOYAGEAI_API_KEY | none | Voyage AI API key. |
XAI_API_KEY | none | xAI API key. |
Search
Defined in config/scout.php.
| Variable | Default | Purpose |
|---|---|---|
SCOUT_DRIVER | algolia | Scout search driver. |
SCOUT_PREFIX | empty | Prefix for index names. |
SCOUT_QUEUE | true | Queues index updates. |
SCOUT_IDENTIFY | false | Sends authenticated user metadata to supported search providers. |
ALGOLIA_APP_ID | empty | Algolia application ID. |
ALGOLIA_SECRET | empty | Algolia admin/write key. |
ALGOLIA_SEARCH_KEY | ALGOLIA_SEARCH | Algolia search-only key. |
ALGOLIA_SEARCH | empty | Legacy fallback for ALGOLIA_SEARCH_KEY. |
MEILISEARCH_HOST | http://localhost:7700 | Meilisearch host. |
MEILISEARCH_KEY | none | Meilisearch API key. |
TYPESENSE_API_KEY | xyz | Typesense API key. |
TYPESENSE_HOST | localhost | Typesense host. |
TYPESENSE_PORT | 8108 | Typesense port. |
TYPESENSE_PATH | empty | Typesense path prefix. |
TYPESENSE_PROTOCOL | http | Typesense protocol. |
TYPESENSE_CONNECTION_TIMEOUT_SECONDS | 2 | Typesense connection timeout. |
TYPESENSE_HEALTHCHECK_INTERVAL_SECONDS | 30 | Typesense health-check interval. |
TYPESENSE_NUM_RETRIES | 3 | Typesense retry count. |
TYPESENSE_RETRY_INTERVAL_SECONDS | 1 | Typesense retry interval. |
TYPESENSE_IMPORT_ACTION | upsert | Typesense import action. |
Media Library
Defined in config/media-library.php.
| Variable | Default | Purpose |
|---|---|---|
MEDIA_DISK | local | Disk for Spatie Media Library files. |
MEDIA_QUEUE | media | Queue name for media jobs. |
QUEUE_CONVERSIONS_BY_DEFAULT | true | Queues conversions unless overridden. |
QUEUE_CONVERSIONS_AFTER_DB_COMMIT | true | Defers conversion jobs until DB commit. |
IMAGE_DRIVER | gd | Image manipulation driver. |
FFMPEG_PATH | /usr/bin/ffmpeg | FFmpeg executable path. |
FFPROBE_PATH | /usr/bin/ffprobe | FFprobe executable path. |
MEDIA_DOWNLOADER_SSL | true | Enables SSL verification for remote downloads. |
ENABLE_MEDIA_LIBRARY_VAPOR_UPLOADS | false | Enables Vapor-style uploads. |
MEDIA_PREFIX | empty | Path prefix for media files. |
FORCE_MEDIA_LIBRARY_LAZY_LOADING | true | Forces lazy loading behavior in media rendering. |
Third-Party Services
Defined in config/services.php, except where noted.
| Variable | Default | Purpose |
|---|---|---|
SMARTY_AUTH_ID | none | Smarty auth ID. |
SMARTY_AUTH_TOKEN | none | Smarty auth token. |
GOOGLE_MAPS_API_KEY | none | Google Maps API key. |
GOOGLE_CALENDAR_AUTH_PROFILE | service_account | Google Calendar auth profile from config/google-calendar.php. |
GOOGLE_CALENDAR_ID | none | Google Calendar ID from config/google-calendar.php. |
RADAR_SECRET_KEY | none | Radar server key. |
RADAR_PUBLISHABLE_KEY | none | Radar client key. |
RADAR_DATA_TAG | none | Radar data tag. |
OPENWEATHER_KEY | none | OpenWeather API key. |
REALWORK_URL | none | RealWork Labs base URL. |
REALWORK_KEY | none | RealWork Labs API key. |
RECAPTCHA_SITE_KEY | none | reCAPTCHA site key. |
RECAPTCHA_SECRET_KEY | none | reCAPTCHA secret key. |
RECAPTCHA_VERSION | v3 | reCAPTCHA version. |
SIGNATUREAPI_KEY | none | SignatureAPI key. |
SIGNATUREAPI_DOC | none | SignatureAPI template/document ID. |
CALCOM_ENABLED | false | Enables Cal.com integration hooks. |
CALCOM_DOMAIN | https://app.cal.com | Cal.com base URL. |
ZEBRA_IP | none | Zebra printer IP address. |
ZEBRA_DUMP | false | Dumps Zebra output instead of sending to printer. |
PAYMENTS_SUMMARY_SMS_USER_IDS | empty | Comma-separated user IDs for payment summary SMS recipients from config/payments-summary.php. |
Stripe
Defined in config/services.php and config/stripe-webhooks.php.
| Variable | Default | Purpose |
|---|---|---|
STRIPE_SECRET | none | Stripe secret key. |
STRIPE_PUB_KEY | none | Stripe publishable key. |
STRIPE_TERMINAL_ID | none | Stripe Terminal location/reader identifier used by the app. |
STRIPE_PLATFORM_PUB_KEY | none | Platform publishable key. |
STRIPE_PLATFORM_SECRET | none | Platform secret key. |
STRIPE_PLATFORM_CLIENT_ID | none | Stripe Connect platform client ID. |
STRIPE_WEBHOOK_SECRET | none | Stripe webhook signing secret. |
STRIPE_WEBHOOK_CONNECTION | none | Queue connection for Stripe webhook jobs. |
STRIPE_WEBHOOK_QUEUE | none | Queue name for Stripe webhook jobs. |
STRIPE_SIGNATURE_VERIFY | true | Enables Stripe webhook signature verification. |
Twilio
Defined in config/services.php and config/twilio-notification-channel.php.
| Variable | Default | Purpose |
|---|---|---|
TWILIO_SID | none | Twilio account SID. |
TWILIO_TOKEN | none | Twilio auth token. |
TWILIO_FROM | none | Default sending phone number. |
TWILIO_ALPHA_SENDER | none | Alphanumeric sender ID for notification channel. |
TWILIO_SMS_SERVICE_SID | none | Messaging Service SID. |
TWILIO_DEBUG_TO | none | Debug recipient override for notification channel. |
TWILIO_COMPLIANCE_WEBHOOK_URL | none | Public compliance webhook URL. |
TWILIO_INBOUND_WEBHOOK_URL | none | Public inbound message webhook URL. |
TWILIO_STATUS_WEBHOOK_URL | none | Public status callback webhook URL. |
QuickBooks
Defined in config/services.php.
| Variable | Default | Purpose |
|---|---|---|
QBO_CLIENT_ID | none | QuickBooks OAuth client ID. |
QBO_CLIENT_SECRET | none | QuickBooks OAuth client secret. |
QBO_REDIRECT_URI | none | QuickBooks OAuth redirect URI. |
QBO_ENV | none | QuickBooks environment. |
QBO_SEARCH_REQUIRED | false | Requires search behavior before sync actions where used. |
QBO_WEBHOOK_SECRET | none | QuickBooks webhook verifier secret. |
Review Management
Defined in config/services.php.
| Variable | Default | Purpose |
|---|---|---|
REVIEW_MANAGEMENT_URL | https://reviews.shadesoftx.com | Review management base URL. |
REVIEW_MANAGEMENT_TOKEN | none | Review management API token. |
REVIEW_MANAGEMENT_CUSTOMER_TYPE | residential | Customer type sent to review management. |
REVIEW_MANAGEMENT_TAG_IDS | empty | Comma-separated tag IDs. |
REVIEW_MANAGEMENT_PROJECT_ENDPOINT | /api/projects | Project upsert endpoint. |
REVIEW_MANAGEMENT_LOCATIONS_ENDPOINT | /api/locations | Locations endpoint. |
REVIEW_MANAGEMENT_MEDIA_ENDPOINT | /api/projects/%s/media | Project media endpoint template. |
REVIEW_MANAGEMENT_REVIEW_REQUEST_ENDPOINT | /api/projects/%s/review-requests | Review request endpoint template. |
REVIEW_MANAGEMENT_CREATE_REVIEW_REQUEST | true | Automatically creates review requests. |
REVIEW_MANAGEMENT_REVIEW_REQUEST_SEND_AT | none | Optional scheduled send time. |
REVIEW_MANAGEMENT_TIMEOUT | 10 | HTTP timeout in seconds. |
REVIEW_MANAGEMENT_RETRY_TIMES | 2 | HTTP retry count. |
REVIEW_MANAGEMENT_RETRY_SLEEP | 250 | Retry sleep in milliseconds. |
RingCentral
Defined in config/services.php.
| Variable | Default | Purpose |
|---|---|---|
RINGCENTRAL_SERVER | https://platform.ringcentral.com | RingCentral platform URL. |
RINGCENTRAL_CLIENT_ID | none | RingCentral client ID. |
RINGCENTRAL_CLIENT_SECRET | none | RingCentral client secret. |
RINGCENTRAL_JWT_TOKEN | none | RingCentral JWT auth token. |
RINGCENTRAL_WEBHOOK_URL | none | Public webhook URL. |
RINGCENTRAL_WEBHOOK_VALIDATION_TOKEN | none | Webhook validation token. |
RINGCENTRAL_WEBHOOK_RENEWAL_THRESHOLD | 86400 | Seconds before expiration when webhook renewal should run. |
RINGCENTRAL_WEBHOOK_EVENT_FILTERS | /restapi/v1.0/account/~/telephony/sessions | Comma-separated webhook event filters. |
AWS And APN
Defined in config/services.php, config/filesystems.php, config/queue.php, config/mail.php, and config/broadcasting.php.
| Variable | Default | Purpose |
|---|---|---|
AWS_ACCESS_KEY_ID | none | AWS access key used by S3, SQS, SES, and app AWS service clients. |
AWS_SECRET_ACCESS_KEY | none | AWS secret key used by S3, SQS, SES, and app AWS service clients. |
AWS_DEFAULT_REGION | us-east-1 in service configs | AWS region. |
AWS_BUCKET | none | Private/default S3 bucket. |
AWS_BUCKET_PUBLIC | none | Public S3 bucket. |
AWS_URL | none | Public S3 URL override. |
AWS_ENDPOINT | none | S3-compatible endpoint override. |
AWS_USE_PATH_STYLE_ENDPOINT | false | Enables path-style S3 URLs. |
AWS_ROOT | ucust/ | S3 root prefix for configured disks. |
APN_KEY_ID | none | Apple Push Notification key ID. |
APN_TEAM_ID | none | Apple developer team ID. |
APN_BUNDLE_ID | none | App bundle ID for APNs. |
APN_PRIVATE_KEY | none | APNs private key content. |
APN_PRIVATE_SECRET | none | APNs private key secret/passphrase. |
APN_PRODUCTION | false | Sends APNs through production when enabled. |
Optional Laravel Packages And Dev Tools
These are not part of Tempr business logic, but the repo has package config files for them.
| Variable | Default | Purpose |
|---|---|---|
TELESCOPE_DOMAIN | null | Telescope route domain. |
TELESCOPE_PATH | telescope | Telescope route path. |
TELESCOPE_DRIVER | database | Telescope storage driver. |
TELESCOPE_ENABLED | true | Enables Telescope collection. |
TELESCOPE_BATCH_WATCHER | true | Enables batch watcher. |
TELESCOPE_CACHE_WATCHER | true | Enables cache watcher. |
TELESCOPE_CLIENT_REQUEST_WATCHER | true | Enables outbound HTTP client request watcher. |
TELESCOPE_COMMAND_WATCHER | true | Enables Artisan command watcher. |
TELESCOPE_DUMP_WATCHER | true | Enables dump watcher. |
TELESCOPE_DUMP_WATCHER_ALWAYS | false | Always records dump watcher output. |
TELESCOPE_EVENT_WATCHER | true | Enables event watcher. |
TELESCOPE_EXCEPTION_WATCHER | true | Enables exception watcher. |
TELESCOPE_GATE_WATCHER | true | Enables authorization gate watcher. |
TELESCOPE_JOB_WATCHER | true | Enables queued job watcher. |
TELESCOPE_LOG_WATCHER | true | Enables log watcher. |
TELESCOPE_MAIL_WATCHER | true | Enables mail watcher. |
TELESCOPE_MODEL_WATCHER | true | Enables model watcher. |
TELESCOPE_NOTIFICATION_WATCHER | true | Enables notification watcher. |
TELESCOPE_QUERY_WATCHER | true | Enables query watcher. |
TELESCOPE_REDIS_WATCHER | true | Enables Redis watcher. |
TELESCOPE_REQUEST_WATCHER | true | Enables request watcher. |
TELESCOPE_RESPONSE_SIZE_LIMIT | 64 | Request watcher response size limit. |
TELESCOPE_SCHEDULE_WATCHER | true | Enables scheduler watcher. |
TELESCOPE_VIEW_WATCHER | true | Enables view watcher. |
LIVEWIRE_TEMPORARY_FILE_UPLOAD_DISK | default filesystem disk | Disk used for Livewire temporary uploads. |
HORIZON_DOMAIN | none | Horizon route domain. |
HORIZON_PATH | horizon | Horizon route path. |
PASSPORT_PRIVATE_KEY | none | Inline Passport private key. |
PASSPORT_PUBLIC_KEY | none | Inline Passport public key. |
PASSPORT_CONNECTION | none | Passport database connection. |
PENNANT_STORE | database | Laravel Pennant feature flag store. |
DEBUGBAR_ENABLED | null | Enables Laravel Debugbar. |
DEBUGBAR_OPEN_STORAGE | true | Keeps Debugbar storage open. |
DEBUGBAR_EDITOR | IGNITION_EDITOR or phpstorm | Editor used by Debugbar links. |
DEBUGBAR_REMOTE_SITES_PATH | none | Remote path mapping for Debugbar. |
DEBUGBAR_LOCAL_SITES_PATH | IGNITION_LOCAL_SITES_PATH | Local path mapping for Debugbar. |
DEBUGBAR_THEME | dark | Debugbar theme. |
SOLO_THEME | dark | Solo theme. |
SOLO_KEYBINDING | default | Solo keybinding preset. |
SOLO_DUMP_SERVER_HOST | tcp://127.0.0.1:9984 | Solo dump server host. |
Config-Only Surfaces
These files are deploy-relevant but do not currently define env-backed settings:
| Config | What it controls |
|---|---|
config/apexcharts.php | ApexCharts package defaults. |
config/basic-perms.php | Local permission/bootstrap definitions. |
config/blade-icons.php | Blade icon sets and aliases. |
config/cors.php | CORS policy. |
config/model-states.php | Spatie model state package configuration. |
config/nav.php | App sidebar navigation. |
config/notification-log.php | Notification log package settings. |
config/pstruct.php | Permission/resource structure discovery settings. |
config/settings.php | Spatie settings package behavior. |
config/trading.php | EDI/trading driver class registry. |
config/webhook-client.php | Spatie webhook client behavior. |
config/webhook-server.php | Spatie webhook server behavior. |