Skip to content

Releases: hexters/hexa-lite

V1.0

01 Jul 06:19
Compare
Choose a tag to compare

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:

  1. Add the plugin repository to your composer.json.
  2. Install the package using Composer:
    composer require hexters/hexa-lite
    
  3. 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.