![Laravel](https://qirolab.com/tags/laravel/IYbJa84XF3e2dVs0oVMdSLY3fzLpEBuItG2OJxiu.jpeg?size=thumbnail)
Laravel
10 Questions
44 Total Posts
3 Snippets
All
What are Laravel Macros and How to Extending Laravel’s Core Classes using Macros with example?
Laravel Macros are a great way of expanding Laravel's core macroable classes and add additional functionality needed for your application. In simple word, Laravel Macro is an (...)
![What are Laravel Macros and How to Extending Laravel’s Core Classes using Macros with example?](https://img.youtube.com/vi/cqm72704ZCE/mqdefault.jpg)
0
0
13689
Install Laravel Valet Linux+ development environment on Ubuntu System
The official Laravel Valet development environment is great if you are an Apple user. But there is no official Valet for Linux or Window system.
![Install Laravel Valet Linux+ development environment on Ubuntu System](https://img.youtube.com/vi/9Tc4fRLuj2A/mqdefault.jpg)
0
1
26282
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 (...)
![Laravel Sanctum API Token Authentication Tutorial with example](https://img.youtube.com/vi/2bslfjKEAik/mqdefault.jpg)
1
1
14091
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 (...)
![Create SPA authentication Using Laravel Sanctum and Vue.js](https://img.youtube.com/vi/8Uwn5M6WTe0/mqdefault.jpg)
0
1
29248
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. (...)
![Create API Authentication with Laravel Passport](https://img.youtube.com/vi/UKSQdg1uPbQ/mqdefault.jpg)
0
0
8078
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 (...)
![Laravel Themer: multi-theme support for Laravel application](https://img.youtube.com/vi/Ty4ZwFTLYXE/mqdefault.jpg)
0
2
7310
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 (...)
0
0
12325
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 (...)
![How to enable email verification support in Laravel](https://img.youtube.com/vi/dbmox3tgI2k/mqdefault.jpg)
0
0
3442
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
6073
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.
0
0
3965