midnightluke/group-security-bundle
Symfony bundle for managing group-based security: define user groups, assign roles/permissions, and integrate authorization into your app. Provides services/configuration to simplify access control around group membership.
group-security-bundle appears to extend Laravel’s core security model by introducing group-based permissions, which aligns well with applications requiring role-based access control (RBAC) with hierarchical group structures (e.g., SaaS platforms, enterprise apps, or multi-tenant systems).config/app.php.php artisan vendor:publish.spatie/laravel-permission).users_groups pivot table vs. JSON column).Illuminate\Auth\Access\Gate).AuthServiceProvider to bind group-based gates.auth:api + group check).Gate::forUser() with Redis).composer require midnightluke/group-security-bundle.php artisan vendor:publish --provider="GroupSecurityBundle\GroupSecurityBundle".AuthServiceProvider to define group-based gates.can:group-admin).How can I help you explore Laravel packages today?