How to use Laravel Permission Package

laravel roles and permissions

Hello Friends, Gurpreet this side and in this article w,e will learn how to use roles and permissions in Laravel. This is a package that allows you to set roles and permissions in your Laravel application which is provided by Spatie. For example: If you are building an application in which you have to manage … Read more

How to make CRUD In Laravel

how to create crud in laravel

Creating crud is the first step of starting with any backend framework or language. I will try to explain Laravel crud to you in very simple manner as much as I can. So without taking so much time let’s learn together how we can create crud in Laravel. Install Laravel You all might know before … Read more

VS Code extensions for Laravel Developers

vs code extensions for laravel developers

As you all know nobody likes to write code word to word. Everyone would like to complete that logic in minutes. If you gonna write code without vs code extension you are obviously gonna do it very slowly and most probably you will face a lot of errors while writing code without any help. So, … Read more

How to send mail in Laravel with template

Send mail in laravel using smtp

Whenever we start building any application. The mailing system does matter a lot because this is what keeps engaging users with the application. So, this is a very important part also. Let’s learn together how to send mail in laravel and with templates also. Setup A Form First of all you have to install Laravel … Read more