Laravel 11 Spatie User Roles and Permissions


In this tutorial, we will learn about Laravel 11 Spatie user roles and permissions from scratch.

We will learn how to install Laravel 11, Spatie Laravel permission package and create CRUD for roles, users and products. We will also learn how to assign permissions to roles and attaching roles to users.

This tutorial will teach you how to use roles and permissions to protect routes in Laravel app. Protecting routes is very essential in any application development.

2 Comments

Facebook Official Page: All PHP Tricks

Twitter Official Page: All PHP Tricks

Laravel 11 Custom User Registration & Login Tutorial


In this tutorial, I will show how to create Laravel 11 custom user registration and login.

By default, Laravel framework comes with a complete user authentication system to cater most applications requirement.

These includes a complete user registration, login and a password reset features. However, sometimes in some projects, you might need a more customized user registration and login system.

2 Comments

Facebook Official Page: All PHP Tricks

Twitter Official Page: All PHP Tricks

How to Create and Update Chart using JavaScript


In this tutorial, we will learn about how to Create and Update Chart using JavaScript with easy and step by step guide.

First we will learn that how to create chart using JavaScript after that we will also learn how to update chart using JavaScript.

Now a days, creating and updating chart using JavaScript is very important. Sometimes, you may need to display data in visual form either to user or admin.

0 Comments

Facebook Official Page: All PHP Tricks

Twitter Official Page: All PHP Tricks

Simple Laravel 11 CRUD Application Tutorial


In this tutorial, we will learn about Laravel 11 CRUD application by developing a complete Laravel 11 CRUD application system with step by step and simple guide.

Although, this CRUD operations tutorial is for Laravel 11. However, it will also work on the previous versions of Laravel such as Laravel 10, Laravel 9 and Laravel 8 as well.

In this example, we will use the Laravel 11 with the latest Bootstrap 5.3.2 version.

4 Comments

Facebook Official Page: All PHP Tricks

Twitter Official Page: All PHP Tricks