Programming Fields

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

How to Create Login with Twitter in Laravel 8 Using Socialite

May 7, 2021 by Umesh Rana Leave a Comment

Login with twitter

When you want to create the login with Twitter in Laravel 8, you will require the socialite package. This package will allow interacting with the social account login using OAuth. In this entire authorization of Twitter login, the security things are managed by the OAuth system. It makes a secure authentication between the project and […]

Filed Under: Laravel Tagged With: Laravel Login with Twitter, Socialite Login with Twitter

Create LinkedIn Login in Laravel 8 Using Socialite

May 7, 2021 by Umesh Rana Leave a Comment

Linkedin login using socialite

You can create a LinkedIn login for your web application using the socialite package in Laravel 8. LinkedIn provides the OAuth login for user authentication. The entire process is handled by the LinkedIn app. You will require to create an app in the LinkedIn Developer Console. The login with LinkedIn will manage by this app. […]

Filed Under: Laravel Tagged With: Laravel Socialite Login with LinkedIn, LinkedIn login in Laravel

Create Socialite Login with Google Account in Laravel 8

May 3, 2021 by Umesh Rana 1 Comment

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

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

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

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

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

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

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