CodeBriefly
Tech Magazine
Browsing Tag

Laravel Authentication

Laravel Sanctum – Restful API Authentication

In this article, we will discuss "Laravel Sanctum - Restful API Authentication". Laravel Sanctum provides a simple authentication system for mobile applications, SPA (Single Page Application), and token-based API. We can generate multiple…

Laravel Authorization Policies – Part 2

In this article, we will discuss "Laravel Authorization Policies". As I already, Describe the Laravel Gates in my previous article. You have to take a look at Laravel Authorization with Gates article for better understanding. Basically,…

How to Use Make Auth in Laravel 6

In this article, we will discuss "how to use make auth in Laravel 6". Officially Laravel 6 is available now, but some of the changes here, as expected. Because you are reading this article, So I assume you are still not familiar with the…

Namecheap Shared Hosting

Laravel Authentication with Username or Email

In this article, we will discuss "Laravel Authentication with Username or Email". After implementing this, you can offer your application user to login with email or username. Laravel provides lots of features and make development easy.If…

Laravel 5.6 Custom Token Base API Authentication

In this article, we will discuss how to create Laravel 5.6 Custom Token Base API Authentication. As we discuss the JWT Auth in our previous article. But Laravel is open to creating a custom authentication for our API's. I’m assuming you are…

Laravel 5 Export Data in Excel and CSV

In this article, we will discuss Laravel 5 Export Data Excel/CSV. To achieve this functionality, we are using "Maatwebsite/Laravel-Excel" package. Here I will explain you step by step to export the data to Excel or CSV as per your needs.…

Laravel Default Authentication Setup

In this article, We will discuss Laravel Default Authentication Setup. Laravel is a great PHP framework and currently, it's the most starred PHP project on GitHub. Today, I will show you how easy it to add authentication to it without…

This website uses cookies to improve your experience. We'll assume you're ok with this, but you can opt-out if you wish. AcceptRead More