How to Overwrite Local Files with Git Pull.

If you feel the need to discard all your local changes and just reset/overwrite everything with a copy from the remote branch, then you should follow this guide. Important: If…

Read more »

[SOLVED] Error: Your app isn’t using AndroidX.

I developed an app in flutter with Visual Studio code on Windows. When i ran the project it shows a message, Your app isn’t using AndroidX.To avoid potential build failures,…

Read more »

[SOLVED] Error: MySQL shutdown unexpectedly.

When I open XAMPP and click start MySQL button and it gives me an error. I had started it just before, but now it isn’t working. 12:19:12 PM [mysql] Attempting…

Read more »

JSON Web Token (JWT) Authentication via API for Laravel & Lumen.

JWT (JSON WEB TOKEN) JSON Web Token (JWT) is an open standard that allows two parties to securely send data and information as JSON objects. This information can be verified…

Read more »

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 »

[SOLVED] Argument 1 passed to Tymon\JWTAuth\JWT::fromUser() must be an instance of Tymon\JWTAuth\Contracts\JWTSubject

Step 1. Go to config/app.php and add to Providers. Step 2. In your terminal publish the config file:  and add it to your list service providers in app.php Step 3. In…

Read more »

RESTful Services in Web API.

RESTful Service Structure Let’s have a look at the structure a RESTful service generally has, or how it works. Here we have, well, parts of a RESTful service. We’ve got…

Read more »

How to Use Postman API Client.

This is the interface with which we will work a lot throughout this course, and which allows you to send requests to RESTful APIs, It looks a bit like a…

Read more »

Postman – What is Postman, and how do I set-up the tool?

Postman is a little program, or a Chrome extension to be precise, which allows you to access RESTful APIs in a very convenient way, with a graphical user interface and…

Read more »

What are Restful Services?

Restful Services provide uniform, standardized access with clear request requirements and response structure. This means that Restful services allow us to know which data they will receive so that the…

Read more »

Use IDM (Internet Download Manager) Lifetime for Free(Without Crack).

In this Blog, i’m going to share a Genuine Method to use IDM (Internet Download Manager) Lifetime for free, no Crack/Patch, or other insecure Method because 95% of Cracked/Patched Software…

Read more »

How to Create REST API in Laravel.

API is also known as Web services. Web services is very important when you are creating web and Mobile app. You require API in mobile application development. If you Don’t know how…

Read more »

Request Validation in Laravel.

Request Validation using ValidatesRequest Trait in Laravel. (Click to Open) Request Validation using Form Request in Laravel. (Click to Open) Request Validation using Custom Validator in Laravel. (Click to Open)

Read more »

CRUD Operation Using Model in Laravel.

Inserting data in Database through Model. (Click to Open) Read, Update, and Delete data through Model. (Click to Open)

Read more »

CRUD Operation Using Controller in Laravel

How to Insert and Read data from database using Controller. (Click to Open) How to Update and Delete data from database using Controller. (Click to Open)

Read more »

CRUD Operation Using Tinker in Laravel.

How to Insert Data in Database using Tinker in Laravel. (Click to Open) How to Read Data from Database in Tinker. (Click to Open) How to Update and Delete Data…

Read more »

Naming Conventions in Dart.

Dart has it’s own naming conventions for the Variables, Fields, Methods, Classes, and Packages. 1. Variables and Field name will starts with Lower-Case and every Second word’s first letter will…

Read more »

How To Make Profile App in Flutter.

In this blog, i’ll show you all how to make a Profile App in Flutter. Just Follow the below Steps :- I’m assuming that you have already created a flutter…

Read more »

Array in PHP.

1. Array and Its Type in PHP (Click To Go) 2. Numeric Array, Array Function, and Double Array Operator in PHP (Click To Go)

Read more »