| Install | |
|---|---|
composer require akira/filament-tool-kit |
|
| Latest Version: | 2.0.0 |
| PHP: | ^8.2 |
A powerhouse of tools designed to turbocharge our data management and visualization game. From seamless organization to jaw-dropping visuals, Filament Toolkit is about how we interact with data on Filament.
You can install the package via composer:
composer require akira/filament-tool-kit -W
You can publish the translation file with:
php artisan vendor:publish --tag="filament-tool-kit-translations"
You can publish the config file with:
php artisan vendor:publish --tag="filament-tool-kit-config"
This is the contents of the published config file:
return [
'date_format' => 'd-m-Y',
'time_format' => 'H:i:s',
'date_time_format' => 'd-m-Y H:i:s',
'date_time_format_without_seconds' => 'd-m-Y H:i',
];
IdInput::make() // for input form
IdColumn::make() // for table column
IdEntry::make() // for infolist entry
composer test
Please see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING for details.
Please review our security policy on how to report security vulnerabilities.
The MIT License (MIT). Please see License File for more information.