Categories
Recent Posts
- Website Designing and Development Company That Builds Your Digital Future
- OpenCart. Modification systems conflicts: OCMod vs vQmod
- Send Email with attachment on form submission in PHP
- Making simple authentication system using auth command in laravel
- WooCommerce: Add/display Product or Variation custom field everywhere

- May 3, 2025
- Android App Google Map
Integrate Google Map in Android App
How we integrate Google Map into our Android App
In this blog we explain you how to integrate Google map to your Android app. Just follow these simple steps and add google map.
1.Create a new project. You know how to do this.
2.Now go to Google’s Developer Console → https://developers.google.com/maps

Creating live API using jQuery
1. The First Steps is to Create “Connection with the Backend “
Now we will learn , How to connect our cordovan based application with the backend to work dynamically with data.
“Backend Language” -> PHP
“Database” -> MYSQL

- March 13, 2025
- basics of Laravel Framework
Understanding basics of Laravel 5 middleware
Basics of Laravel 5 middleware
Middleware is a type of filtering mechanism that acts as a bridge between a request and a response. Here we are going to understand the middleware mechanism in Laravel 5. If the user is authenticated, it redirects to the home page otherwise, if not, it redirects to the login page.

- January 25, 2025
- File Upload Laravel MediaLibrary
Multiple File Upload with Dropzone.js and Laravel MediaLibrary Package
Multiple File Upload with Dropzone.js and Laravel MediaLibrary Package
One of the most popular feature of modern website development is file uploading, and we have quite a few libraries that can help us to build upload form. In this blog, we are going to build a great loading experience using Dropzone on the frontend, and spatie/laravel-medialibrary on the back-end.
Read More