The php artisan optimize:clear command does not automatically reload the cache, it only clears it.
php artisan optimize:clear
To recharge it, you have to run the php artisan config:clear command
php artisan config:clear