General

API Authentication using Laravel Sanctum v10.x

Sanctum is a simple package using to implement authentication for API (Application Programming Interfaces). its designed for securing API routes in Laravel applications.Sanctum is a featherweight, meaning it is light and simple to implement.
Learn More

Component and Slot

How to use Component and Slot (Example)
Learn More

Laravel, Subquery

Laravel, Subquery
Learn More

Authentication system using Guard

First, the following sequence of actions is executed: composer require laravel/ui
Learn More

Laravel Instalation

Composer: composer create-project --prefer-dist laravel/laravel project-name
Learn More