Programming Fields

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

Laravel 7 RESTful APIs For Todo App with Passport Auth

July 27, 2020 by Umesh Rana 2 Comments

Laravel 7 REST API for Todo App

The Todo app contains a task list that will gonna perform on a daily basis or specified time frame. For creating any task, we will require login into the application. So, the application will contain the user registration and login. For the authentication, I will be using the passport auth in the Laravel 7. I […]

Filed Under: Laravel Tagged With: Passport Auth in Laravel 7, RESTful APIs, RESTful APIs Security, Todo App REST API

Laravel 7 Yajra DataTable with Server Side Processing

July 11, 2020 by Umesh Rana Leave a Comment

Yajra Datatable Server Side

Laravel datatable is a package to optimize the data by providing the features of sorting, paging, searching, etc. If you have thousands or millions of row containing the data then really it will be a slow process to load all the data. So, why don’t we try to load data in small chunks? This will […]

Filed Under: Laravel Tagged With: DataTable in Laravel 7, Laravel 7 Yajra DataTable, Server Side Processing, Yajra DataTable Server Side Processing

How to Use Http Client For Request Handling in Laravel 7

June 14, 2020 by Umesh Rana Leave a Comment

Guzzle Http request in Laravel 7

In the Laravel, you can create RESTful and SOAP API. These APIs can be integrated into the client-side application to get the data in the JSON or XML format. So, this can be very helpful when you want to keep your application to more secure and robust by separating the front-end and back-end. This makes […]

Filed Under: Laravel Tagged With: API Handling in Laravel 7, Guzzle Http Request, Http Client in Laravel 7, Http Request Handling in Laravel 7

How to Send Email Using Gmail SMTP in Laravel 7

May 31, 2020 by Umesh Rana 1 Comment

Send mail in Laravel 7

You can easily configure Gmail SMTP in Laravel 7 for sending an email. Laravel comes with different API based email drivers such as Mailgun, Sendgrid, etc. These API based email providers are much faster and secure for sending emails. You can use any of these for the faster service. These are much faster than SMTP. […]

Filed Under: Laravel Tagged With: Gmail SMTP in Laravel 7, Laravel Email, Send Mail in Laravel, SMTP Configuration in Laravel 7

How to Implement Yajra DataTable in Laravel 7

May 3, 2020 by Umesh Rana Leave a Comment

Yajra DataTable in Laravel 7

Laravel provides the inbuilt package for the datatables that is called Yajra datatable. You can install it in your project by adding the composer command. This will enable the functionality of the datatable like sorting, ordering, searching, etc. In this tutorial, I will show you a quick guide to implement the datatable in Laravel 7 […]

Filed Under: Laravel Tagged With: Laravel 7 DataTabe, Laravel 7 Pagination, Laravel 7 Yajra DataTable, Yajra DataTable

How to Implement Google Charts in Laravel 7

April 19, 2020 by Umesh Rana 3 Comments

Google charts

For representing any data in a graphical way the chart can be used. There are lots of charts available in JavaScript. We can use any of the chart libraries. In this post, I will be showing you a quick guide to implement Google Charts in Laravel 7. Google provides the different types of charts such […]

Filed Under: Laravel Tagged With: Chart in Laravel, Google Bar chart in Laravel, Laravel 7 Eloquent, Laravel 7 Routes, Pie chart in Laravel

Laravel 7 RESTful APIs with Passport Authentication

April 12, 2020 by Umesh Rana Leave a Comment

RESTful API with Passport Auth

Data security in APIs is a crucial challenge in any programming language. If you are creating any APIs for your web application then there might be a risk to access and misuse the APIs. Therefore the authentic request is required for every single call of the API. It will validate all the HTTP requests which […]

Filed Under: Laravel Tagged With: API Authentication, API Tokens, Passport Auth in Laravel 7, RESTful APIs, RESTful APIs Security

Laravel 7 Upload Multiple Images with Image Validation

March 29, 2020 by Umesh Rana Leave a Comment

Laravel 7 Multiple Images Upload

Single and multiple Image uploading in Laravel 7 is not a difficult task in comparison to a core PHP. Laravel 7 provides the predefined functions for validating the image. Therefore, before uploading any image to the server, you can validate if the image has passed the validation criteria. In this post, I will guide you […]

Filed Under: Laravel Tagged With: Laravel 7 File Upload, Laravel 7 Image, Laravel 7 Routes, Multiple File Upload Laravel

Create a CRUD Application in Laravel 7

March 28, 2020 by Umesh Rana Leave a Comment

Laravel 7 CRUD Application

Laravel has released Laravel 7 on the 3rd of March 2020. Laravel 6.x was released on the LTS (Long Term Support) mode. In every release of Laravel version, it adds some new features and try to fix the previous bugs. Laravel major framework releases are released every six months (February and August), while minor and […]

Filed Under: Laravel Tagged With: Laravel 7 CRUD, Laravel 7 Eloquent, Laravel 7 New Features, Laravel 7 Routes

How to Use Contact Form 7 in WordPress Custom Template

March 18, 2020 by Umesh Rana 1 Comment

Integrate Contact Form 7

WordPress provides thousands of plugins to use. Some are paid and some are free to install and use. In this post, I am going to talk about the contact form in WordPress. There are lots of plugins for generating the contact form. We can integrate these plugins easily on the WordPress page. But what if […]

Filed Under: WordPress Tagged With: Contact Form 7, Contact Form 7 Integration, Contact Form Email Configuration, WordPress Contact Form 7

  • « Previous Page
  • 1
  • …
  • 16
  • 17
  • 18
  • 19
  • 20
  • …
  • 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