Programming Fields

  • React
  • Laravel
  • Livewire
  • Node
  • Angular
  • Interview Q&A
    • Laravel Interview Q&A
Home » Laravel » Page 10

Create Socialite Login with Google Account in Laravel 8

May 3, 2021 by Umesh Rana 1 Comment ⏱ 12 min read

Login with google

By using the socialite package, you can create functionality for login with google in Laravel 8. In our previous tutorial, I already created the Facebook login in Laravel 8 using socialite. Similarly, you can create the Google login functionality. The Google login authenticates the user using OAuth. After the successful login, it will return the […]

Filed Under: Laravel Tagged With: Google OAuth Login, Laravel Socialite Login with Google, Login with Google in Laravel, Login with Google Using Socialite, Socialite Login

How to Create Facebook Login in Laravel 8 Using Socialite

May 1, 2021 by Umesh Rana Leave a Comment ⏱ 11 min read

Laravel facebook login

When you are creating an authentication for the user login then you always take care of secure login. Generally, you create an email or username and a password for the login. Sometimes, you need to store the login session in the browser storage to maintain the login state of the user. But, what if you […]

Filed Under: Laravel Tagged With: Facebook Login in Laravel, Laravel Socialite, Login with Facebook, Socialite Login, Socialite Login with Facebook

How to Schedule Tasks with Cron Job in Laravel 8

April 6, 2021 by Umesh Rana 3 Comments ⏱ 9 min read

Task Scheduling in Laravel 8

You can create a Cron job in Laravel for task scheduling. Generally, a cron executes the scheduled task at the specified time interval. This will process the task and execute it. It will trigger automatically to finish the execution. When you are on the live server, there is the option to create a cron job. […]

Filed Under: Laravel Tagged With: Cron Job in Laravel, Cron Job Task Scheduling, Laravel Cron Job, Schedule Task Using Cron, Task Scheduling in Laravel

Import and Export CSV and Excel File in Laravel 8

April 4, 2021 by Umesh Rana 2 Comments ⏱ 12 min read

Export import Excel File

Most of the time you work on any E-commerce application or any kind of ERP. In that case, sometimes, you require to import export excel and CSV files for the data. For the E-commerce application, you want to add bulk products at the same time. So, the manual entry of the products and it’s relevant […]

Filed Under: Laravel Tagged With: Export to CSV, Export to Excel, Laravel Excel Download, Laravel Export, Laravel Import

How to Generate PDF File in Laravel 8 Using DOM PDF

April 3, 2021 by Umesh Rana Leave a Comment ⏱ 11 min read

Laravel DOM PDF

In Laravel, you have access to third-party packages because of the composer. Using composer, you can install any package in Laravel. The composer provides the package dependencies in PHP. Here, we’ll be talking about the Laravel DOM PDF. This is an open-source package available on Github to generate the PDF. By using this package, you […]

Filed Under: Laravel Tagged With: Generate PDF in Laravel, Laravel Create PDF File, Laravel PDF

RESTful APIs For Todo App Using Passport Auth in Laravel 8

March 23, 2021 by Umesh Rana 2 Comments ⏱ 21 min read

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 ⏱ 9 min read

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 ⏱ 5 min read

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 ⏱ 7 min read

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 ⏱ 11 min read

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

  • « Previous Page
  • 1
  • …
  • 8
  • 9
  • 10
  • 11
  • 12
  • …
  • 15
  • Next Page »

Categories

  • AJAX Tutorial (13)
  • Angular (3)
  • CodeIgniter 4 (13)
  • Git (3)
  • Interview Questions & Answers (1)
  • jQuery (17)
  • Laravel (150)
  • 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 © 2026· Programming Fields· All rights Reserved. And Our Sitemap.All Logos & Trademark Belongs To Their Respective Owners·