Laravel

Laravel

9
34
2

Laravel Sanctum API Token Authentication Tutorial with example

Laravel Sanctum is a popular package for API Token Authentication. There are many other packages available to authenticate the APIs request in Laravel. For example, We are already (...)
Harish Kumar
Laravel Sanctum API Token Authentication Tutorial with example
1
1
12289

Create SPA authentication Using Laravel Sanctum and Vue.js

In this guide, we will focus on SPA authentication in a simple Vue.js app using Laravel Sanctum. Laravel Sanctum provides a featherweight authentication system for SPAs (single (...)
Harish Kumar
Create SPA authentication Using Laravel Sanctum and Vue.js
0
1
27190

Create API Authentication with Laravel Passport

In this article, we'll see how to implement restful API authentication using Laravel Passport. You should have experience working with Laravel as this is not an introductory tutorial. (...)
Sumit Talwar
Create API Authentication with Laravel Passport
0
0
6868

Laravel Themer: multi-theme support for Laravel application

This Laravel Themer package adds multi-theme support to your application. This theme package improves any application while allowing the freedom to organize and maintain your app's (...)
Harish Kumar
Laravel Themer:  multi-theme support for Laravel application
0
2
6149

Difference between Laravel $request->input(), $request->get(), and $request->name direct property

If you’ve been around Laravel for a while, you might have seen there are three ways in controllers to retrieve inputs from the submitted form. For example, if you are trying (...)
Sohail
0
0
10720

How to enable email verification support in Laravel

As we all know, an email confirmation is a must-have feature for the most web application. That is the inbuilt solution for us after the Laravel v5.7 release, and we can easily (...)
Razet
How to enable email verification support in Laravel
0
0
2530

How to send multiple attachment to mail in Laravel?

Asked by Iqbal ·
I am able to send email. However, I don't know how to send multiple attachments(images/pdf/docs). Any help would be appreciated. I am using laravel 7.
0
2
4727

How to Delay notifications by channel in Laravel 8.x?

Up until now, in Laravel, if you need to delay notifications, you could do it by chaining the delay method onto your notification object like so.
Razet
0
0
3037

Sending Email in Laravel using Gmail SMTP Server

In this post, we talk about how to send email using the Gmail SMTP server in Laravel. Well, there's no uncertainty the need to send emails in your web application will emerge, (...)
Sohail
Sending Email in Laravel using Gmail SMTP Server
0
0
3280

What is Laravel Sail, and how to use it?

Laravel Sail is a light-weight command-line interface for communicating with Laravel's default Docker development environment. This means you won't have to utilize Docker to make (...)
Razet
What is Laravel Sail, and how to use it?
0
1
11173