Vo Manh Kien
Vo Manh Kien
Hello guys. I'm using EasyEngine setup wp website `ee site create example.com --type=wp --cache --ssl=self` After create I config and replace my ssl info. Everything is fine until I turn...
I using WordOps install Laravel site, I need to install Redis How to just install redis Thanks
I'm trying this code, but it's not work ``` {Platform.OS === 'android' && ( {}} onFocus={() => { if (inputTextRef.current) { inputTextRef.current.focus(); } }} style={styles.dummyButton}> )} {Platform.OS === 'android' &&...
What do you think about using Husky?

Here is my .env file, when run `yarn start:dev` cannot connect to database  ``` APP_NAME=ACK APP_ENV=development APP_LANGUAGE=en APP_TZ=Asia/Jakarta APP_MAINTENANCE=false HTTP_ENABLE=true HTTP_HOST=localhost HTTP_PORT= 3000 HTTP_VERSIONING_ENABLE=true...