Skip to content

Latest commit

 

History

History
77 lines (52 loc) · 3.22 KB

CHANGELOG.md

File metadata and controls

77 lines (52 loc) · 3.22 KB

CHANGELOG

V1.3.2

  • Add select all / deselect all in permission module.

V1.3

Date : 07-07-2024

Added helper of retrieving update date option

For example, I want to retrieve the date of the last update of a term & condition that was previously set.

hexa()->getOptionDate('term-condition-page-content') // output : 2030-04-06 10:10:10

This helper returns a null value if the data is not found.

v1.2

1.1.1

V1.1

Fix bug & New Features

V1.0

Filament Hexa 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 v1.0, follow these steps:

  1. Add the plugin repository to your composer.json.
  2. Install the package using Composer:
    composer require hexters/hexa
    
  3. Initialize and configure Hexa with artisan commands:
    php artisan hexa:install
    php artisan hexa:account
    

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.