Laravel 10 REST API using Passport Authentication


Today in this tutorial, we will learn about how to build Laravel 10 REST API using Passport authentication. We will learn it with example application in Laravel REST API authentication with Passport with step by step guide.

We will develop very simple Laravel 10 Passport API for authentication so that anyone can easily understand them, building API is very easy with Laravel Passport and we can easily build Laravel 10 Passport SPA API.

3 Comments

Facebook Official Page: All PHP Tricks

Twitter Official Page: All PHP Tricks

Laravel 10 REST API using Sanctum Authentication


In this tutorial, we will learn about Laravel 10 REST API using Sanctum authentication by developing a complete Laravel REST API authentication with Sanctum application with simple and step by step guide.

We will build this Laravel 10 Sanctum API authentication in the easiest way so that even those, who are building API for the first time can easily build Laravel 10 Sanctum SPA API.

4 Comments

Facebook Official Page: All PHP Tricks

Twitter Official Page: All PHP Tricks

Simple Laravel 10 User Roles and Permissions


In this tutorial, we will learn about Laravel user roles and permissions by developing a complete Laravel 10 User Roles and Permissions application with easy and step by step guide.

We will use Spatie a Laravel permission package that will help us to create a Laravel ACL (Access Control List) to manage user roles and permissions.

33 Comments

Facebook Official Page: All PHP Tricks

Twitter Official Page: All PHP Tricks

Convert HTML to PDF using PHP Dompdf Library


In this tutorial, we will learn about how to convert HTML to PDF using PHP Dompdf Library.

PDF (Portable Document Format) is a very popular file format which retains file layout format as intended. It contains both text and images in it.

2 Comments

Facebook Official Page: All PHP Tricks

Twitter Official Page: All PHP Tricks