- Add
select all / deselect all
in permission module.
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.
- Add hexa-core config file
- update option
- update icon options
- Add global search
- Fix reseting password
- Update readme
- Remove permission name
- Update reamde
- Fix instaling issue
- 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.
To install Filament Hexa v1.0, follow these steps:
- Add the plugin repository to your
composer.json
. - Install the package using Composer:
composer require hexters/hexa
- Initialize and configure Hexa with artisan commands:
php artisan hexa:install php artisan hexa:account
For comprehensive instructions on setting up panels, configuring access permissions, and integrating Hexa into your Filament project, visit the Hexa Documentation.
Found a bug or want to suggest a feature? Please create an issue on GitHub.