Developer Settings in Amaz

22nd Apr, 2026

 Developer Settings


Technical configuration and debugging.


Location: Sidebar → Settings → Developer Settings


Tabs:
  • Cache

  • Session

  • Queue

  • Mail

  • Logs & System

Cache Settings:

Field – Description

  • Cache Driver – Select the caching method (e.g., File, Redis, etc.).

Session Settings:

Field – Description

  • Session Driver – Defines how session data is stored (e.g., File, Database, Redis).

  •  Session Lifetime – Duration (in minutes) before a session expires.

  •  Encrypt Session Data – Enable or disable encryption for session data.

Queue Settings:

Field – Description

  • Queue Driver – Defines the queue system used for background jobs (e.g., Sync, Database, Redis).



Mail Settings:

Field – Description

  • Mail Mailer – Mail sending protocol (e.g., SMTP, Sendmail).

  •  Mail Port – Port used for mail server communication.

  •  Mail Username – Username for mail server authentication.

  •  Mail Password – Password for mail server authentication.


Redis Settings:

Field – Description

  • Redis Host – Host address of the Redis server.

  •  Redis Port – Port used to connect to Redis.

  •  Redis Username – Username for Redis authentication (if applicable).

  •  Redis Password – Password for Redis authentication.


Logs & System:

Field – Description

  • PHP Version – Current version of PHP running the application.

  •  Laravel Version – Current version of the Laravel framework used.


Action:

  • Save Settings – Save the selected cache configuration.


Cache and Session Tools:

Manage and clear cached data and sessions.

Action – Description

  • Clear App Cache – Remove application cache data.

  •  Clear Config Cache – Clear cached configuration settings.

  •  Clear Route Cache – Clear cached route definitions.

  •  Clear View Cache – Remove compiled view files.

  •  Clear All Caches – Clear all types of cache at once.

  •  Clear Expired Sessions – Remove expired user sessions.


Send Test Email:
  • Send a test email to verify mail configuration.


Application Logs

View and manage system log files.

Section – Description

  • Files – List of available log files with size and last updated time.

  •  Log Viewer – Displays the contents of the selected log file (latest entries).

Actions:

Action – Description

  • Refresh Files – Reload the list of log files.

  •  Refresh Content – Reload the selected log content.

  •  Clear Selected – Delete the selected log file.



image.png1776839196.png

Categories