Programming Fields

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

How to Install LAMP Stack in Ubuntu 20.04 LTS

March 27, 2021 by Umesh Rana Leave a Comment

LAMP Stack Ubuntu 20.04 LTS

If you want to work on the Linux environment, you will have to be familiar with the command line. If you are a PHP Developer and prefer to go with Linux OS, you will have to opt for LAMP Stack. But, If you are an absolute beginner, then there might be questions like What is […]

Filed Under: Linux, PHP Tagged With: Install PHP in Ubuntu, Install phpMyAdmin in Ubuntu, LAMP Installation Guide

RESTful APIs For Todo App Using Passport Auth in Laravel 8

March 23, 2021 by Umesh Rana 2 Comments

Laravel 8 passport auth

Laravel passport authentication provides the authentication token to authorize the HTTP requests. It is most important to check the authorized requests in any API. Laravel passport is one of the secure API authentication packages. It uses Client Id and Client Secret to generate the token. Then using the token, you can validate the authorized requests. […]

Filed Under: Laravel Tagged With: API Authentication, Laravel 8 Passport, Laravel 8 REST API, Laravel 8 Todo, Laravel 8 Todo API

How to Implement Invisible reCAPTCHA in Laravel 8

March 5, 2021 by Umesh Rana 2 Comments

Invisible reCAPTCHA in Laravel 8

While submitting a form it is required to validate the data and the form submission. But, what if any bot or program will submit the form automatically without any human interaction? That time it will hamper the application by submitting the form again and again. This can be prevented using captcha in Laravel. There are […]

Filed Under: Laravel Tagged With: Captcha Validation, Google Invisible reCAPTCHA, Invisible Captcha, reCAPTCHA in Laravel

Create Authentication in Laravel 8 Using Laravel Breeze

March 3, 2021 by Umesh Rana Leave a Comment

Laravel Breeze Auth

User authentication is always a challenging part of any application. But, if you are using Laravel then no need to worry. There are lots of packages are available in Laravel for authentication. After releasing the Laravel 8, one most powerful feature has been added for authentication. The package is Jetstream. You can use Jetstream with […]

Filed Under: Laravel Tagged With: Breeze Auth Scaffolding, Laravel 8 Auth Scaffolding, Laravel Auth, User Authentication in Laravel

User Authentication in Laravel 8 Using UI Auth Package

February 24, 2021 by Umesh Rana Leave a Comment

Laravel Authentication using UI Auth

You can create and manage authentication in Laravel 8 easily using inbuilt packages. User authentication is always the most important concern of any web application. If you want to handle the application functionalities and roles then it always requires a user module. On the basis of the user, you can manage the rights of access […]

Filed Under: Laravel Tagged With: Auth Package in Laravel, Laravel Auth, UI Auth in Laravel, UI Vue Auth in Laravel, User Authentication in Laravel

Remove Uploaded Image in Laravel 8 From Public Folder

February 17, 2021 by Umesh Rana 1 Comment

Remove image from folder in laravel 8

Uploading an image in Laravel is quite simple. Even you can upload multiple images and store them in the database. Sometimes, we require to update or remove image of any existing record. In that case, we update the generally stored image name inside the database. But what about the uploaded file in the directory? We […]

Filed Under: Laravel Tagged With: Delete Image From Folder, Delete Image in Laravel, Remove Folder Image, Remove Uploaded Image

How to Configure PHPMailer in Laravel 8 For Sending Email

January 22, 2021 by Umesh Rana 6 Comments

Send Email Using PHPMailer

Laravel uses the SwiftMailer library for sending emails by default. The SwiftMailer is inbuilt in the Laravel. But, have you tried any other package for sending emails in Laravel? If not, then I will be showing you the PHPMailer in this post. You will already aware of the PHPMailer because in a PHP script generally, […]

Filed Under: Laravel Tagged With: Laravel 8 PHPMailer, PHPMailer Configuration, PHPMailer in Laravel, PHPMailer SMTP, Send Email Using PHPMailer

Dynamic Email Configuration in Laravel 8 For Sending Email

January 10, 2021 by Umesh Rana 31 Comments

Dynamic Email Configuration in Laravel 8

Mostly, we do a static email configuration in any programming/scripting language. The static configuration will work only for one user. So, what if you want to do an email setup for multiple users. In other words, if you are creating a kind of a portal or CRM in which you require to allow users to […]

Filed Under: Laravel Tagged With: Dynamic Email Settings, Email Configuration in Laravel 8, Email Setting in Laravel 8, Laravel Dynamic Email

Laravel 8 Client Side Form Validation Using jQuery

December 9, 2020 by Umesh Rana Leave a Comment

jQuery Form validation in laravel

Form validation is a measured challenge to store validated data. You cannot store incomplete data in the database. This is possible only by proper validation. There are different kinds of validation. Even, you can handle the form validation at the client end and at the server end. The client-side form validation prevents the user from […]

Filed Under: Laravel Tagged With: Client Side Form Validation, Form Validation in Laravel, jQuery Validation, Laravel Client Side Form Validation

Create RESTful APIs in Laravel 8 Using Sanctum Auth

November 15, 2020 by Umesh Rana 2 Comments

There are lots of packages available to authenticate the APIs request in Laravel. Such as Passport, JWT, and Sanctum. We are already familiar with Laravel Passport and JWT (JSON Web Token) to authenticate the APIs. Sanctum is introduced in Laravel 7 and really this is also a secured package. The Sanctum provides the authentication for […]

Filed Under: Laravel Tagged With: Laravel Sanctum, RESTful APIs, Sanctum Auth API, Sanctum Authentication

  • « Previous Page
  • 1
  • …
  • 13
  • 14
  • 15
  • 16
  • 17
  • …
  • 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