Programming Fields

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

How to Create a Dependent Dropdown in Laravel 8 Using Ajax

January 29, 2022 by Umesh Rana Leave a Comment

dependent dropdown

You can populate dropdown values based on the action of another dropdown. This type of functionality comes under dependency on the other event. The event can be any like click, submit, change, etc. If you have more than one dropdown and you want to make it dependent then you can create it. You can create […]

Filed Under: Laravel Tagged With: Dependent Dropdowns in Laravel, Dropdown Using Ajax, Laravel Dependent Dropdown, Multi Dropdown in Laravel, Populate Dropdown Options Using Ajax

How to Create RESTful API in CodeIgniter 4 Step By Step

January 26, 2022 by Umesh Rana Leave a Comment

Create RESTful API in Codeigniter 4

You can create RESTfuI API in Codeigniter 4. This will be helpful when you want to manage the front end using a front end technology like React, Angular, Vue, etc. The CodeIgniter REST API can fulfill your requirement for request handling in the backend. The REST API will handle the request sent through the front-end […]

Filed Under: CodeIgniter 4 Tagged With: CodeIgniter RESTful Web Service, REST API in CodeIgniter 4, RESTful API in CodeIgniter, RESTful Controller in CodeIgniter 4, Web Services in CodeIgniter 4

How to Resolve 419 Page Expired Issue in Laravel

January 16, 2022 by Umesh Rana 3 Comments

fix 419 page expired issue

This is a very common issue when you got the 419 page expired issue in the Laravel application. This happens due to inactivity on the page for a long time. Laravel handles the form request with a CSRF (Cross-Site Request Forgery) token. For every form submit, Laravel generates a new token. This is a secure […]

Filed Under: Laravel Tagged With: 419 Page Expired Issue in Laravel, CSRF Token, Exclude Parameterized Route From CSRF Token, Exclude Route From CSRF Token, Laravel 419 Page Expired Issue, Resolve Page Expired Issue in Laravel, Verify CSRF Token in Laravel

How to Integrate CKEditor 4 in Laravel 8 With File Upload

January 9, 2022 by Umesh Rana Leave a Comment

CKEditor 4 Integration in Laravel 8

CKEditor is a smart rich text editor that comes up with advanced options to manage your content. Generally, if you want your content to be stored in the actual HTML format then a WYSIWYG editor is required. The rich text editor solves your problem in case you are managing a kind of CMS. The normal […]

Filed Under: Laravel Tagged With: CKEditor 4 in Laravel, CKEditor File Upload, Image Upload in CKEditor, Laravel CKEditor 4, Rich Text Editor in Laravel 8, WYSIWYG Editor in Laravel 8

Resize Image By Image Manipulation in CodeIgniter 4

December 17, 2021 by Umesh Rana Leave a Comment

resize image in codeigniter 4

You can manipulate the image after uploading it in Codeigniter 4. There is no package or third-party library for it. The CodeIgniter 4 provides the image manipulation class. Through this class, you can manipulate images as per your need. You can set a watermark on the uploaded image. You can resize, and crop the image […]

Filed Under: CodeIgniter 4 Tagged With: CodeIgniter Image Resize, Image Crope in CodeIgniter 4, Image Manipulation in CodeIgniter, Image Manipulation Service, Resize Image in CodeIgniter 4

CodeIgniter 4 Ajax Form Handling With Form Validation

December 6, 2021 by Umesh Rana Leave a Comment

Ajax form handling

Ajax provides a technique to handle the form request without reloading the page. You can use Ajax in CodeIgniter 4 for handling form data. This will allow you to validate and submit your form without refreshing it. This is used at the client-side to handle the client request in the browser. If you are working […]

Filed Under: AJAX Tutorial, CodeIgniter 4, jQuery Tagged With: Ajax Form Handling, CodeIgniter 4 Ajax Request, CodeIgniter 4 Form Handling Using Ajax, Codeigniter 4 Form Validation, Form Handling Using Ajax in CodeIgniter, Form Request Handling in CodeIgniter

How to Implement Sweet Alert in Laravel 8 For Dialog Alert

November 23, 2021 by Umesh Rana Leave a Comment

Use Sweet Alert in Laravel 8

Dialog alert is necessary for the Web or mobile application. It gives an alert before performing a certain activity. Suppose, you are going to perform a delete action over a data set. Then that time it helps you to do a valid activity on it. In case, if you clicked delete action accidentally, and you […]

Filed Under: Laravel Tagged With: Sweet Alert Composer Package, Sweet Alert Dialog, Sweet Alert in Laravel 8, Sweet Alert Info, Sweet Alert Message, Sweet Alert Package in Laravel, Sweet Alert Success

How to Create a Virtual Host in XAMPP For PHP in Windows

November 19, 2021 by Umesh Rana Leave a Comment

Apache virtual host in windows 10

The Virtual Host in PHP provides a domain URL in the local system. It allows you to run your application on a domain virtually. You can configure Apache virtual host easily for your application. If you create the Apache Virtual Host in PHP application then it will be super easy for you. You can run […]

Filed Under: Laravel Tagged With: Apache Virtual Host, Apache Virtual Host For Windows, Configure Virtual Host in Windows, Virtual Host For PHP, Virtual Host in Windows, Virtual Host in Windows 10, XAMPP Apache Virtual Host

How to Use Toastr JS in Laravel 8 For Showing Notification

November 12, 2021 by Umesh Rana Leave a Comment

Use toastr js in Laravel 8

While creating a web application, it is common to show the notification on the client-side for a certain action. Suppose, for adding a new record, or updating a record. On completion of that action, we show a notification. It shows the response based on that action. There are lots of libraries for showing notifications or […]

Filed Under: Laravel Tagged With: Implement Toastr JS, Toastr JS CDN, Toastr JS in Laravel, Toastr JS Notification, Toastr Notification, Use Toastr JS in Laravel

Form Handling in React JS Using React Hook Form Library

November 5, 2021 by Umesh Rana Leave a Comment

react hook form

There are lots of ways to validate and form handling in React JS. You may write the custom validation rules for every input inside the form. It can be good when you have fewer inputs in the form. This can be handled by writing a few lines of code. But think, when you have a […]

Filed Under: React Tagged With: Form Validation in React JS, Hook Form in React, React Form Handling Using Hook, React Hook For Form Handling

  • « Previous Page
  • 1
  • …
  • 8
  • 9
  • 10
  • 11
  • 12
  • …
  • 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