Laravel

Laravel

9
41
3

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
7276

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
6470

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
11249

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
2794

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
5158

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
3268

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
3566

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
11736

How to store Laravel backup on Dropbox?

Storing backup on the cloud is always suggested. Dropbox is additionally a well-known choice to store files and documents. In this post, you will learn how to store a backup of (...)
Harish Kumar
How to store Laravel backup on Dropbox?
0
0
5124