Releases: hexters/hexa-lite
Releases · hexters/hexa-lite
V1.0
Filament Hexa Lite v1.0 Release
What's New
- Plugin Features: Introduces Hexa, a robust role & permission management plugin for Filament, adapted from hexters/ladmin concept.
- Installation: Streamlined installation process via Composer integration and CLI commands.
- Permission Management: Effortlessly manage permissions inline with components such as Pages, Resources, and Widgets.
- Comprehensive Documentation: Detailed guides available at Hexa Docs covering setup, configuration, and integration with your Filament project.
How to Install
To install Filament Hexa Lite v1.0, follow these steps:
- Add the plugin repository to your
composer.json
. - Install the package using Composer:
composer require hexters/hexa-lite
- Initialize and configure Hexa with artisan commands:
php artisan hexa:install php artisan hexa:account --create
Getting Started
For comprehensive instructions on setting up panels, configuring access permissions, and integrating Hexa into your Filament project, visit the Hexa Documentation.
Issues
Found a bug or want to suggest a feature? Please create an issue on GitHub.