Beartropy Permissions

Publishing Views
You can publish and customize the package views to match your application's design.

Publish Views

Views will be published to resources/views/vendor/beartropy-permissions/.

1php artisan vendor:publish --tag=beartropy-permissions-views

View Structure

After publishing, you'll find the following view structure:

1resources/views/vendor/beartropy-permissions/
2├── livewire/
3│ ├── permissions-manager.blade.php
4│ ├── roles-table.blade.php
5│ ├── permissions-table.blade.php
6│ ├── users-table.blade.php
7│ └── modals/
8│ ├── role-form.blade.php
9│ ├── permission-form.blade.php
10│ ├── role-permissions.blade.php
11│ └── user-assignments.blade.php

Customization Tips

  • The views use beartropy/ui components - you can customize these separately
  • Tables are powered by beartropy/tables - refer to that documentation for table customization
  • Dark mode classes are included by default
Beartropy Logo

© 2026 Beartropy. All rights reserved.

Provided as-is, without warranty. Use at your own risk.