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.php10│ ├── role-permissions.blade.php11│ └── user-assignments.blade.php
Customization Tips
- The views use
beartropy/uicomponents - 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
Current version:
0.1.2