How to Test Laravel API from Localhost to Android Emulator.

If you are Working with laravel API and and want to test your app in local with android emulator or your mobile Connected to your Computer, so just follow the…

Read more »

Understanding the Update API in Elasticsearch

The update API allows to update(also allows to delete, or ignore the operation). a document based on a script provided. The operation gets the document from the index, runs the…

Read more »