aauth

Installation
SKILL.md

AAuth Implementation Guide

AAuth is a Laravel RBAC package with organization hierarchy and parametric permissions.

Installation

composer require aurora-web-software/aauth
php artisan vendor:publish --tag=aauth-config
php artisan vendor:publish --tag=aauth-migrations
php artisan migrate

Step 1: Prepare User Model

Your User model must implement AAuthUserContract:

Installs
1
First Seen
Mar 21, 2026
aauth from smithery.ai