I am using stripe with Laravel cashier. I want to make stripe keys dynamic instead of saving keys in .env file. I saved keys in database and now want to use these keys in cashier. Cashier get these keys from .env but i want to get these from database.
this is laravel/cashier/config/casher.php file where it access keys and i want to set my values there. I can't use eloquent in this file.