This pull request includes various refactoring and improvement changes. The unused development server URL has been removed from the server list, and tag descriptions have been updated for better clarity. The CleanUpExpiredATISAudioFiles job has been added to the scheduling method in Kernel.php, and logging statements have been included to track the cleanup process. Error handling has been implemented in deleting expired ATIS audio files to prevent job failures and log error messages. Additionally, HTTPS scheme enforcement in the production environment and asset loading improvements have been addressed. New icons and logo files have been added for branding, and the scheduling of the CleanUpExpiredATISAudioFiles job has been updated to avoid overlap. Event listeners for scheduled task events have also been added, and a Laravel Forge Site Deployment Status badge has been included in the README.md file to showcase deployment status.
This pull request includes various refactoring and improvement changes. The unused development server URL has been removed from the server list, and tag descriptions have been updated for better clarity. The
CleanUpExpiredATISAudioFiles
job has been added to the scheduling method inKernel.php
, and logging statements have been included to track the cleanup process. Error handling has been implemented in deleting expired ATIS audio files to prevent job failures and log error messages. Additionally, HTTPS scheme enforcement in the production environment and asset loading improvements have been addressed. New icons and logo files have been added for branding, and the scheduling of theCleanUpExpiredATISAudioFiles
job has been updated to avoid overlap. Event listeners for scheduled task events have also been added, and a Laravel Forge Site Deployment Status badge has been included in the README.md file to showcase deployment status.