Download the PHP package beartropy/permissions without Composer
On this page you can find all versions of the php package beartropy/permissions. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package permissions
π‘οΈ Beartropy Permissions
A beautiful UI for spatie/laravel-permission
Manage roles, permissions, and user assignments with ease
This package provides an intuitive admin UI for spatie/laravel-permission, the industry-standard package for role and permission management in Laravel. Built with Livewire and designed with modern aesthetics in mind.
Note: This is not a replacement for
spatie/laravel-permission. It's a visual interface that makes it easier to manage the roles and permissions you create with Spatie's excellent package.
β¨ Key Features
- οΏ½οΈ Role Management - Create, edit, and delete roles with an intuitive interface
- π Permission Management - Manage permissions with automatic grouping support
- π₯ User Assignments - Assign roles and direct permissions to users
- π Data Tables - Searchable, sortable tables with bulk actions
- π Internationalization - Full i18n support (Spanish and English included)
- π¨ Dark Mode - Seamless dark/light mode support
- βοΈ Highly Configurable - Customize routes, middleware, guards, and more
οΏ½ Documentation
οΏ½π Read the full documentation at beartropy.com/permissions
π Quick Installation
Setup Spatie Permission (if not installed)
Add HasRoles trait to User model
Access the UI
Navigate to /permissions in your application.
βοΈ Configuration
Publish the configuration file:
π¨ Customization
Publish Views
Publish Translations
π Permission Naming Convention
Use dot notation for automatic grouping:
| Permission | Group |
|---|---|
users.view |
users |
users.create |
users |
posts.edit |
posts |
settings.view |
settings |
π Internationalization
The package includes translations for:
- πͺπΈ Spanish (es)
- πΊπΈ English (en)
Add more languages by publishing translations and creating new language files.
π¦ Requirements
- PHP 8.2+
- Laravel 10.x or 11.x
- Livewire 3.x
- spatie/laravel-permission ^6.0
- beartropy/ui ^1.0
- beartropy/tables ^1.0
π€ Contributing
Please see CONTRIBUTING for details.
π License
The MIT License (MIT). Please see License File for more information.
[!NOTE] Disclaimer: This software is provided "as is", without warranty of any kind, express or implied. Use at your own risk.
All versions of permissions with dependencies
beartropy/ui Version *
beartropy/tables Version *
spatie/laravel-permission Version ^6.0|^7.0