Programming Fields

  • Interview Q&A
    • Laravel Interview Q&A
  • Laravel
  • Livewire
  • React
  • Angular
  • Node
  • CodeIgniter
Home » Archives for Umesh Rana » Page 19

How to Import CSV File Data in Laravel 6

March 9, 2020 by Umesh Rana Leave a Comment

Import CSV File Data in Laravel 6

Sometimes we have the raw data in any format which can be inserted directly into the database. In other cases, data inserting manually one by one into the database is a time taking process. If you are creating any inventory or shopping cart application in which you have to insert product details. So the single-single product entry into the database from the dashboard […]

Filed Under: Laravel Tagged With: Import CSV File Data, Laravel 6 Controller, Laravel 6 Import CSV, Laravel 6 Routing

How to Implement Datatable Column Filter in Laravel 6

February 26, 2020 by Umesh Rana Leave a Comment

Datatable Column Filter in Laravel 6

Datatable provides an easy way to manage, filter, sort, and arrange the data in the form of a table. If I talk about the Jquery Datatables filter in Laravel 6 then I had already posted a tutorial on Yajra datatable implementation. In that tutorial, I had shown you the filter option which is provided by […]

Filed Under: Laravel Tagged With: Datatable Column Filter, Laravel 6 Datatable Column Filter, Laravel 6 DataTable Filter

How to Create a Custom Blog in WordPress

February 23, 2020 by Umesh Rana Leave a Comment

Create a Blog in Wordpress

WordPress provides a very easy way to set up any website or blog. Its customization is very easy than the other CMS (content management system). You must have created blogs in WordPress by simply installing the themes. In that approach, the installed theme has the functions. And you don’t need to code any single line. […]

Filed Under: WordPress Tagged With: Create a Blog in WordPress, WordPress Blog, WordPress Single Post Page, WordPress Template

How to Create Custom Template in WordPress

February 8, 2020 by Umesh Rana 2 Comments

WordPress Custom Template

In WordPress, you can create your own custom template. This custom template can be used as the main template inside your pre-installed theme. The architecture of WordPress is very easy to understand. WordPress allows us to customize any pre-built theme or by using any theme you can create any custom template page […]

Filed Under: WordPress Tagged With: Custom Template in WordPress, WordPress Custom Theme, WordPress download and install, WordPress Template, WordPress Themes

Find Nearest Location By Latitude and Longitude in Laravel 6

February 2, 2020 by Umesh Rana 5 Comments

Find Near By Location in Laravel 6

The Google Map is the best example of displaying a near by location using the latitude and the longitude. Locations are basically a set of latitude and longitude. It means we can find the distance between two coordinates. That is the source and the destination latitude, longitude. So basically in this post, I will be […]

Filed Under: Laravel Tagged With: Autocomplete Location, Autocomplete Places, Autocomplete Search Location, Near by Location

How to Implement Google Autocomplete Address in Laravel 6

January 19, 2020 by Umesh Rana 1 Comment

Google Autocomplete Address

Google consists of all the addresses which have been listed on Google map. These addresses are basically listed on the basis of latitude and the longitude. It defines co-ordinate points on the earth. So, every location has a fixed set of the latitude and the longitude. We can make a custom list of addresses and […]

Filed Under: jQuery, Laravel Tagged With: Autocomplete Address, Autocomplete Location, Autocomplete Places, Autocomplete Search Location

How to Convert HTML Template to WordPress

January 5, 2020 by Umesh Rana Leave a Comment

Convert HTML to WordPress

You can convert HTML to WordPress very easily. As we know, WordPress is built on PHP. So, we usually convert any HTML to PHP by separating the header, footer, and sidebar. Similarly, we can do the same stuff in WordPress. You can convert any HTML template to WordPress and make custom WordPress HTML templates. WordPress […]

Filed Under: WordPress Tagged With: HTML to WordPress, WordPress Custom Template, WordPress Free Download, WordPress Install, WordPress Template

How to Download and Install WordPress in Localhost

January 4, 2020 by Umesh Rana Leave a Comment

Install WordPress

WordPress is a dominant CMS (content management system) that is designed to manage the contents. Due to its feature, WordPress is becoming more trendy these days. So, through this post, I will be diving you in WordPress development. That’s why I am going to start with the scrape. Hence, before starting with the development, we’ll […]

Filed Under: PHP, WordPress Tagged With: Install WordPress in localhost, WordPress download and install, WordPress Free Download, WordPress Install

Drag and Drop File Upload in Laravel 6 Using Dropzone js

December 29, 2019 by Umesh Rana 2 Comments

drag and drop file upload in laravel 6

Drag and drop file upload in Laravel 6 can be possible by Dropzone js. Dropzone js is an open-source library that provides us a feature for uploading files by drag and drop. By using Dropzone js, you can upload single or multiple files in Laravel 6. Basically, the Dropzone js works with Ajax. That means the selected images or files will be uploaded asynchronously […]

Filed Under: Laravel Tagged With: Drag and Drop File Upload, Dropzone File Upload, Laravel 6 File Upload, Laravel Upload File to Storage

How to Upload Multiple Images in Laravel 6 with Validation

December 20, 2019 by Umesh Rana 5 Comments

multiple image upload in laravel

Multiple file uploads provide an easy way to upload more than one file at the same time. This allows us to select and upload multiple files/images. In Laravel 6, we can upload multiple images with validation easily. In the process of multiple image upload, an array of the file will be created. Then according to the length of the array […]

Filed Under: Laravel Tagged With: Image Upload, Laravel 6 Eloquent, Laravel 6 File Upload, Laravel 6 Image Upload, Laravel 6 Routing

  • « Previous Page
  • 1
  • …
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • Next Page »

Categories

  • AJAX Tutorial (13)
  • Angular (3)
  • CodeIgniter 4 (13)
  • Git (3)
  • Interview Questions & Answers (1)
  • jQuery (17)
  • Laravel (142)
  • Linux (14)
  • Livewire (8)
  • MacOS (3)
  • Node (2)
  • PHP (16)
  • React (21)
  • Tailwind CSS (1)
  • WordPress (7)

Support Us on YouTube

The Mind Behind This Blog

A passionate Full Stack Developer with a flair for crafting web and mobile solutions that deliver outstanding user experiences. With 6+ years of hands-on experience in the world of software development. I thrive on turning complex ideas into elegant, efficient, and user-friendly applications. Apart from it, I am a knowledge enthusiast, and devoted content creator. Read More…

Quick Navigation

  • Home
  • About Us
  • Privacy Policy
  • Contacts

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Copyright © 2025· Programming Fields· All rights Reserved. And Our Sitemap.All Logos & Trademark Belongs To Their Respective Owners·

Programming Fields
  • Interview Q&A
    • Laravel Interview Q&A
  • Laravel
  • Livewire
  • React
  • Angular
  • Node
  • CodeIgniter