First important concept is that you do NOT have to add any nameservers of Hostinger to Google Cloud or anywhere. … Read More
Load a bulk of Json file and send Json data with Ajax one by one
reference: https://stackoverflow.com/questions/4785724/queue-ajax-requests-using-jquery-queue There are some json file names on the page
Read latest Email (Gmail) by PHP IMAP Client and detect a verification code from a specified email
First we have to allow third parties to access your gmail. https://myaccount.google.com/ Even I turn on “Less secure app access”, … Read More
Access Google Blogger API v3 with OAuth 2.0 (PHP)
Kick Start with this API instruction https://developers.google.com/blogger/docs/3.0/using?hl=en_US Blogger API v3 Doc https://developers.google.com/blogger/docs/3.0/reference Set up the credential https://console.developers.google.com/apis/credentials You also have … Read More
React Native (and Expo) Environment set up on Mac OS with Xcode and Android Studio
MAC OS: 10.15.6 (Catalina) Pre-install Set up Xcode Download Xcode via Mac App Store Open Xcode, Xcode > Preferences Goto the Locations tab Selecting … Read More
Laravel – send Email by Notification
First we create a trait for user. Visit https://medium.com/@kshitij206/traits-in-laravel-5db8beffbcc3 (Traits in PHP and Laravel) if you want to learn trait. … Read More
Laravel cheat sheet
reference Clear
Laravel – checkout from git and install by composer on a new Debian/Ubuntu server
Environment: Laravel 5.8, PHP 7.0, Debian 9.12 First, upgrade PHP to the latest one (7.3) Second, install latest composer (1.9.3) … Read More
Apache – make inaccessible directory?
You might encounter a case like your app hosting on domain.dev/middle/sub1 and you do not want anyone to access domain.dev/middle. … Read More
Laravel – deploy the app to a sub directory?
Usually we deploy the app to the root of domain (i.e. domain.dev) but what if we want to deploy to … Read More