Kiry Meas
Kiry Meas
It works with the `phpenv` as well. Congrats 🎉🎉🎉
Thank you @jebentier for the workaround solution For those who use Apartment gem you might want to add below line of code ```ruby --- def get_session_model(request, id) Apartment::Tenant.switch! request.subdomain #gem...
I got error: ``` Error: Callable "S3_Uploads\\WP_CLI_Command" does not exist, and cannot be registered as `wp s3-uploads` ``` find wp-cli.yml and add the code below ``` require: - wp-content/plugins/s3-uploads/inc/class-wp-cli-command.php ````...